Bug 1168: Missing text on the bureaucrat log
[lhc/web/wiklou.git] / languages / Language.php
1 <?php
2 if( defined( 'MEDIAWIKI' ) ) {
3
4 #
5 # In general you should not make customizations in these language files
6 # directly, but should use the MediaWiki: special namespace to customize
7 # user interface messages through the wiki.
8 # See http://meta.wikipedia.org/wiki/MediaWiki_namespace
9 #
10 # NOTE TO TRANSLATORS: Do not copy this whole file when making translations!
11 # A lot of common constants and a base class with inheritable methods are
12 # defined here, which should not be redefined. See the other LanguageXx.php
13 # files for examples.
14 #
15
16 #--------------------------------------------------------------------------
17 # Language-specific text
18 #--------------------------------------------------------------------------
19
20 # The names of the namespaces can be set here, but the numbers
21 # are magical, so don't change or move them! The Namespace class
22 # encapsulates some of the magic-ness.
23 #
24
25 if($wgMetaNamespace === FALSE)
26 $wgMetaNamespace = str_replace( ' ', '_', $wgSitename );
27
28 /* private */ $wgNamespaceNamesEn = array(
29 NS_MEDIA => 'Media',
30 NS_SPECIAL => 'Special',
31 NS_MAIN => '',
32 NS_TALK => 'Talk',
33 NS_USER => 'User',
34 NS_USER_TALK => 'User_talk',
35 NS_PROJECT => $wgMetaNamespace,
36 NS_PROJECT_TALK => $wgMetaNamespace . '_talk',
37 NS_IMAGE => 'Image',
38 NS_IMAGE_TALK => 'Image_talk',
39 NS_MEDIAWIKI => 'MediaWiki',
40 NS_MEDIAWIKI_TALK => 'MediaWiki_talk',
41 NS_TEMPLATE => 'Template',
42 NS_TEMPLATE_TALK => 'Template_talk',
43 NS_HELP => 'Help',
44 NS_HELP_TALK => 'Help_talk',
45 NS_CATEGORY => 'Category',
46 NS_CATEGORY_TALK => 'Category_talk'
47 );
48
49 if(isset($wgExtraNamespaces)) {
50 $wgNamespaceNamesEn=$wgNamespaceNamesEn+$wgExtraNamespaces;
51 }
52
53 /* private */ $wgDefaultUserOptionsEn = array(
54 'quickbar' => 1,
55 'underline' => 1,
56 'hover' => 1,
57 'cols' => 80,
58 'rows' => 25,
59 'searchlimit' => 20,
60 'contextlines' => 5,
61 'contextchars' => 50,
62 'skin' => $wgDefaultSkin,
63 'math' => 1,
64 'rcdays' => 7,
65 'rclimit' => 50,
66 'highlightbroken' => 1,
67 'stubthreshold' => 0,
68 'previewontop' => 1,
69 'editsection' => 1,
70 'editsectiononrightclick'=> 0,
71 'showtoc' => 1,
72 'showtoolbar' => 1,
73 'date' => 0,
74 'imagesize' => 2,
75 'rememberpassword' => 0,
76 'enotifwatchlistpages' => 1,
77 'enotifusertalkpages' => 1,
78 'enotifminoredits' => 0,
79 'enotifrevealaddr' => 0,
80 'shownumberswatching' => 1,
81 'rcusemodstyle' => 1,
82 'showupdated' => 1,
83 'fancysig' => 0,
84 );
85
86 /* private */ $wgQuickbarSettingsEn = array(
87 'None', 'Fixed left', 'Fixed right', 'Floating left'
88 );
89
90 /* private */ $wgSkinNamesEn = array(
91 'standard' => 'Classic',
92 'nostalgia' => 'Nostalgia',
93 'cologneblue' => 'Cologne Blue',
94 'davinci' => 'DaVinci',
95 'mono' => 'Mono',
96 'monobook' => 'MonoBook',
97 'myskin' => 'MySkin',
98 'chick' => 'Chick'
99 );
100
101 # Validation types
102 $wgValidationTypesEn = array (
103 '0' => "Style|Awful|Awesome|5",
104 '1' => "Legal|Illegal|Legal|5",
105 '2' => "Completeness|Stub|Extensive|5",
106 '3' => "Facts|Wild guesses|Solid as a rock|5",
107 '4' => "Suitable for 1.0 (paper)|No|Yes|2",
108 '5' => "Suitable for 1.0 (CD)|No|Yes|2"
109 );
110
111 /* private */ $wgMathNamesEn = array(
112 MW_MATH_PNG => 'mw_math_png',
113 MW_MATH_SIMPLE => 'mw_math_simple',
114 MW_MATH_HTML => 'mw_math_html',
115 MW_MATH_SOURCE => 'mw_math_source',
116 MW_MATH_MODERN => 'mw_math_modern',
117 MW_MATH_MATHML => 'mw_math_mathml'
118 );
119
120 # Whether to use user or default setting in Language::date()
121 define( 'MW_DATE_DEFAULT', false );
122 define( 'MW_DATE_USER_FORMAT', true );
123
124 /* private */ $wgDateFormatsEn = array(
125 'No preference',
126 'January 15, 2001',
127 '15 January 2001',
128 '2001 January 15',
129 '2001-01-15'
130 );
131
132 /* private */ $wgUserTogglesEn = array(
133 'hover',
134 'underline',
135 'highlightbroken',
136 'justify',
137 'hideminor',
138 'usenewrc',
139 'numberheadings',
140 'showtoolbar',
141 'editondblclick',
142 'editsection',
143 'editsectiononrightclick',
144 'showtoc',
145 'rememberpassword',
146 'editwidth',
147 'watchdefault',
148 'minordefault',
149 'previewontop',
150 'previewonfirst',
151 'nocache',
152 'enotifwatchlistpages',
153 'enotifusertalkpages',
154 'enotifminoredits',
155 'enotifrevealaddr',
156 'shownumberswatching',
157 'rcusemodstyle',
158 'showupdated',
159 'fancysig'
160 );
161
162 /* private */ $wgBookstoreListEn = array(
163 'AddALL' => 'http://www.addall.com/New/Partner.cgi?query=$1&type=ISBN',
164 'PriceSCAN' => 'http://www.pricescan.com/books/bookDetail.asp?isbn=$1',
165 'Barnes & Noble' => 'http://shop.barnesandnoble.com/bookSearch/isbnInquiry.asp?isbn=$1',
166 'Amazon.com' => 'http://www.amazon.com/exec/obidos/ISBN=$1'
167 );
168
169 # Read language names
170 global $wgLanguageNames;
171 require_once( 'Names.php' );
172
173 $wgLanguageNamesEn =& $wgLanguageNames;
174
175
176 /* private */ $wgWeekdayNamesEn = array(
177 'sunday', 'monday', 'tuesday', 'wednesday', 'thursday',
178 'friday', 'saturday'
179 );
180
181
182 /* private */ $wgMonthNamesEn = array(
183 'january', 'february', 'march', 'april', 'may_long', 'june',
184 'july', 'august', 'september', 'october', 'november',
185 'december'
186 );
187 /* private */ $wgMonthNamesGenEn = array(
188 'january-gen', 'february-gen', 'march-gen', 'april-gen', 'may-gen', 'june-gen',
189 'july-gen', 'august-gen', 'september-gen', 'october-gen', 'november-gen',
190 'december-gen'
191 );
192
193 /* private */ $wgMonthAbbreviationsEn = array(
194 'jan', 'feb', 'mar', 'apr', 'may', 'jun', 'jul', 'aug',
195 'sep', 'oct', 'nov', 'dec'
196 );
197
198 # Note to translators:
199 # Please include the English words as synonyms. This allows people
200 # from other wikis to contribute more easily.
201 #
202 /* private */ $wgMagicWordsEn = array(
203 # ID CASE SYNONYMS
204 MAG_REDIRECT => array( 0, '#redirect' ),
205 MAG_NOTOC => array( 0, '__NOTOC__' ),
206 MAG_FORCETOC => array( 0, '__FORCETOC__' ),
207 MAG_TOC => array( 0, '__TOC__' ),
208 MAG_NOEDITSECTION => array( 0, '__NOEDITSECTION__' ),
209 MAG_START => array( 0, '__START__' ),
210 MAG_CURRENTMONTH => array( 1, 'CURRENTMONTH' ),
211 MAG_CURRENTMONTHNAME => array( 1, 'CURRENTMONTHNAME' ),
212 MAG_CURRENTDAY => array( 1, 'CURRENTDAY' ),
213 MAG_CURRENTDAYNAME => array( 1, 'CURRENTDAYNAME' ),
214 MAG_CURRENTYEAR => array( 1, 'CURRENTYEAR' ),
215 MAG_CURRENTTIME => array( 1, 'CURRENTTIME' ),
216 MAG_NUMBEROFARTICLES => array( 1, 'NUMBEROFARTICLES' ),
217 MAG_CURRENTMONTHNAMEGEN => array( 1, 'CURRENTMONTHNAMEGEN' ),
218 MAG_PAGENAME => array( 1, 'PAGENAME' ),
219 MAG_PAGENAMEE => array( 1, 'PAGENAMEE' ),
220 MAG_NAMESPACE => array( 1, 'NAMESPACE' ),
221 MAG_MSG => array( 0, 'MSG:' ),
222 MAG_SUBST => array( 0, 'SUBST:' ),
223 MAG_MSGNW => array( 0, 'MSGNW:' ),
224 MAG_END => array( 0, '__END__' ),
225 MAG_IMG_THUMBNAIL => array( 1, 'thumbnail', 'thumb' ),
226 MAG_IMG_RIGHT => array( 1, 'right' ),
227 MAG_IMG_LEFT => array( 1, 'left' ),
228 MAG_IMG_NONE => array( 1, 'none' ),
229 MAG_IMG_WIDTH => array( 1, '$1px' ),
230 MAG_IMG_CENTER => array( 1, 'center', 'centre' ),
231 MAG_IMG_FRAMED => array( 1, 'framed', 'enframed', 'frame' ),
232 MAG_INT => array( 0, 'INT:' ),
233 MAG_SITENAME => array( 1, 'SITENAME' ),
234 MAG_NS => array( 0, 'NS:' ),
235 MAG_LOCALURL => array( 0, 'LOCALURL:' ),
236 MAG_LOCALURLE => array( 0, 'LOCALURLE:' ),
237 MAG_SERVER => array( 0, 'SERVER' ),
238 MAG_GRAMMAR => array( 0, 'GRAMMAR:' )
239 );
240
241 #-------------------------------------------------------------------
242 # Default messages
243 #-------------------------------------------------------------------
244 # Allowed characters in keys are: A-Z, a-z, 0-9, underscore (_) and
245 # hyphen (-). If you need more characters, you may be able to change
246 # the regex in MagicWord::initRegex
247
248 # required for copyrightwarning
249 global $wgRightsText;
250
251 /* private */ $wgAllMessagesEn = array(
252 'special_version_prefix' => '&nbsp;',
253 'special_version_postfix' => '&nbsp;',
254 # User preference toggles
255 'tog-hover' => 'Show hoverbox over wiki links',
256 'tog-underline' => 'Underline links',
257 'tog-highlightbroken' => 'Format broken links <a href="" class="new">like this</a> (alternative: like this<a href="" class="internal">?</a>).',
258 'tog-justify' => 'Justify paragraphs',
259 'tog-hideminor' => 'Hide minor edits in recent changes',
260 'tog-usenewrc' => 'Enhanced recent changes (not for all browsers)',
261 'tog-numberheadings' => 'Auto-number headings',
262 'tog-showtoolbar' => 'Show edit toolbar',
263 'tog-editondblclick' => 'Edit pages on double click (JavaScript)',
264 'tog-editsection' => 'Enable section editing via [edit] links',
265 'tog-editsectiononrightclick' => 'Enable section editing by right clicking<br /> on section titles (JavaScript)',
266 'tog-showtoc' => 'Show table of contents<br />(for pages with more than 3 headings)',
267 'tog-rememberpassword' => 'Remember password across sessions',
268 'tog-editwidth' => 'Edit box has full width',
269 'tog-watchdefault' => 'Add pages you edit to your watchlist',
270 'tog-minordefault' => 'Mark all edits minor by default',
271 'tog-previewontop' => 'Show preview before edit box and not after it',
272 'tog-previewonfirst' => 'Show preview on first edit',
273 'tog-nocache' => 'Disable page caching',
274 'tog-enotifwatchlistpages' => 'Send me an email on page changes (remark: existing notification flags need to be cleared manually in the watchlist)',
275 'tog-enotifusertalkpages' => 'Send me an email when my user talk page is changed (remark: existing notification flags need to be cleared manually in the watchlist)',
276 'tog-enotifminoredits' => 'Send me an email also for minor edits of pages (which usually do not trigger notification mails)',
277 'tog-enotifrevealaddr' => 'Reveal my email address in notification mails (when I change a page, it allows watching users to reply quickly to me)',
278 'tog-shownumberswatching' => 'Show the number of watching users (in recent changes view, watchlist and article page footers)',
279 'tog-rcusemodstyle' => 'Show recent changes in UseMod style: only the most recent change of any page is listed.',
280 'tog-showupdated' => 'Show update marker ',
281 'tog-fancysig' => 'Raw signatures (without automatic link)',
282
283 # dates
284 'sunday' => 'Sunday',
285 'monday' => 'Monday',
286 'tuesday' => 'Tuesday',
287 'wednesday' => 'Wednesday',
288 'thursday' => 'Thursday',
289 'friday' => 'Friday',
290 'saturday' => 'Saturday',
291 'january' => 'January',
292 'february' => 'February',
293 'march' => 'March',
294 'april' => 'April',
295 'may_long' => 'May',
296 'june' => 'June',
297 'july' => 'July',
298 'august' => 'August',
299 'september' => 'September',
300 'october' => 'October',
301 'november' => 'November',
302 'december' => 'December',
303 'jan' => 'Jan',
304 'feb' => 'Feb',
305 'mar' => 'Mar',
306 'apr' => 'Apr',
307 'may' => 'May',
308 'jun' => 'Jun',
309 'jul' => 'Jul',
310 'aug' => 'Aug',
311 'sep' => 'Sep',
312 'oct' => 'Oct',
313 'nov' => 'Nov',
314 'dec' => 'Dec',
315 # Bits of text used by many pages:
316 #
317 'categories' => 'Categories',
318 'category' => 'category',
319 'category_header' => 'Articles in category "$1"',
320 'subcategories' => 'Subcategories',
321
322
323 'linktrail' => '/^([a-z]+)(.*)$/sD',
324 'mainpage' => 'Main Page',
325 'mainpagetext' => 'Wiki software successfully installed.',
326 "mainpagedocfooter" => "Please see [http://meta.wikipedia.org/wiki/MediaWiki_i18n documentation on customizing the interface]
327 and the [http://meta.wikipedia.org/wiki/MediaWiki_User%27s_Guide User's Guide] for usage and configuration help.",
328
329 # NOTE: To turn off "Community portal" in the title links,
330 # set "portal" => "-"
331
332 'portal' => 'Community portal',
333 'portal-url' => 'Project:Community Portal',
334 'about' => 'About',
335 "aboutsite" => "About {{SITENAME}}",
336 "aboutpage" => "Project:About",
337 'article' => 'Content page',
338 'help' => 'Help',
339 "helppage" => "Help:Contents",
340 "wikititlesuffix" => "{{SITENAME}}",
341 "bugreports" => "Bug reports",
342 "bugreportspage" => "Project:Bug_reports",
343 'sitesupport' => '-', # To enable, something like 'Donations',
344 'sitesupport-url' => 'Project:Site support',
345 'faq' => 'FAQ',
346 "faqpage" => "Project:FAQ",
347 "edithelp" => "Editing help",
348 "newwindow" => "(opens in new window)",
349 "edithelppage" => "Help:Editing",
350 'cancel' => 'Cancel',
351 'qbfind' => 'Find',
352 'qbbrowse' => 'Browse',
353 'qbedit' => 'Edit',
354 'qbpageoptions' => 'This page',
355 'qbpageinfo' => 'Context',
356 'qbmyoptions' => 'My pages',
357 'qbspecialpages' => 'Special pages',
358 'moredotdotdot' => 'More...',
359 'mypage' => 'My page',
360 'mytalk' => 'My talk',
361 'anontalk' => 'Talk for this IP',
362 'navigation' => 'Navigation',
363
364 # NOTE: To turn off "Current Events" in the sidebar,
365 # set "currentevents" => "-"
366
367 'currentevents' => 'Current events',
368 'currentevents-url' => 'Current events',
369
370 # NOTE: To turn off "Disclaimers" in the title links,
371 # set "disclaimers" => "-"
372
373 'disclaimers' => 'Disclaimers',
374 "disclaimerpage" => "Project:General_disclaimer",
375 "errorpagetitle" => "Error",
376 "returnto" => "Return to $1.",
377 "tagline" => "From {{SITENAME}}",
378 'whatlinkshere' => 'Pages that link here',
379 'help' => 'Help',
380 'search' => 'Search',
381 'go' => 'Go',
382 "history" => 'Page history',
383 'history_short' => 'History',
384 'info_short' => 'Information',
385 'printableversion' => 'Printable version',
386 'edit' => 'Edit',
387 'editthispage' => 'Edit this page',
388 'delete' => 'Delete',
389 "deletethispage" => "Delete this page",
390 "undelete_short" => "Undelete $1 edits",
391 'protect' => 'Protect',
392 'protectthispage' => 'Protect this page',
393 'unprotect' => 'Unprotect',
394 'unprotectthispage' => 'Unprotect this page',
395 'newpage' => 'New page',
396 'talkpage' => 'Discuss this page',
397 'specialpage' => 'Special Page',
398 'personaltools' => 'Personal tools',
399 'postcomment' => 'Post a comment',
400 'addsection' => '+',
401 'articlepage' => 'View content page',
402 'subjectpage' => 'View subject', # For compatibility
403 'talk' => 'Discussion',
404 'toolbox' => 'Toolbox',
405 'userpage' => 'View user page',
406 'wikipediapage' => 'View project page',
407 'imagepage' => 'View image page',
408 'viewtalkpage' => 'View discussion',
409 'otherlanguages' => 'Other languages',
410 'redirectedfrom' => '(Redirected from $1)',
411 'lastmodified' => 'This page was last modified $1.',
412 'viewcount' => 'This page has been accessed $1 times.',
413 'copyright' => 'Content is available under $1.',
414 'poweredby' => "{{SITENAME}} is powered by [http://www.mediawiki.org/ MediaWiki], an open source wiki engine.",
415 'printsubtitle' => "(From {{SERVER}})",
416 'protectedpage' => 'Protected page',
417 'administrators' => "Project:Administrators",
418 'sysoptitle' => 'Sysop access required',
419 'sysoptext' => "The action you have requested can only be
420 performed by users with \"sysop\" status.
421 See $1.",
422 'developertitle' => 'Developer access required',
423 "developertext" => "The action you have requested can only be
424 performed by users with \"developer\" status.
425 See $1.",
426 'bureaucrattitle' => 'Bureaucrat access required',
427 "bureaucrattext" => "The action you have requested can only be
428 performed by sysops with \"bureaucrat\" status.",
429 'nbytes' => '$1 bytes',
430 'go' => 'Go',
431 'ok' => 'OK',
432 'sitetitle' => "{{SITENAME}}",
433 'pagetitle' => "$1 - {{SITENAME}}",
434 'sitesubtitle' => 'The Free Encyclopedia', # FIXME
435 'retrievedfrom' => "Retrieved from \"$1\"",
436 'newmessages' => "You have $1.",
437 'newmessageslink' => 'new messages',
438 'editsection'=>'edit',
439 'toc' => 'Table of contents',
440 'showtoc' => 'show',
441 'hidetoc' => 'hide',
442 'thisisdeleted' => "View or restore $1?",
443 'restorelink' => "$1 deleted edits",
444 'feedlinks' => 'Feed:',
445 'sitenotice' => '', # the equivalent to wgSiteNotice
446
447 # Short words for each namespace, by default used in the 'article' tab in monobook
448 'nstab-main' => 'Article',
449 'nstab-user' => 'User page',
450 'nstab-media' => 'Media',
451 'nstab-special' => 'Special',
452 'nstab-wp' => 'About',
453 'nstab-image' => 'Image',
454 'nstab-mediawiki' => 'Message',
455 'nstab-template' => 'Template',
456 'nstab-help' => 'Help',
457 'nstab-category' => 'Category',
458
459 # Main script and global functions
460 #
461 'nosuchaction' => 'No such action',
462 'nosuchactiontext' => 'The action specified by the URL is not
463 recognized by the wiki',
464 'nosuchspecialpage' => 'No such special page',
465 'nospecialpagetext' => 'You have requested a special page that is not
466 recognized by the wiki.',
467
468 # General errors
469 #
470 'error' => 'Error',
471 'databaseerror' => 'Database error',
472 'dberrortext' => "A database query syntax error has occurred.
473 This may indicate a bug in the software.
474 The last attempted database query was:
475 <blockquote><tt>$1</tt></blockquote>
476 from within function \"<tt>$2</tt>\".
477 MySQL returned error \"<tt>$3: $4</tt>\".",
478 'dberrortextcl' => "A database query syntax error has occurred.
479 The last attempted database query was:
480 \"$1\"
481 from within function \"$2\".
482 MySQL returned error \"$3: $4\".\n",
483 'noconnect' => 'Sorry! The wiki is experiencing some technical difficulties, and cannot contact the database server. <br />
484 $1',
485 'nodb' => "Could not select database $1",
486 'cachederror' => 'The following is a cached copy of the requested page, and may not be up to date.',
487 'readonly' => 'Database locked',
488 'enterlockreason' => 'Enter a reason for the lock, including an estimate
489 of when the lock will be released',
490 'readonlytext' => "The database is currently locked to new
491 entries and other modifications, probably for routine database maintenance,
492 after which it will be back to normal.
493 The administrator who locked it offered this explanation:
494 <p>$1",
495 'missingarticle' => "The database did not find the text of a page
496 that it should have found, named \"$1\".
497
498 <p>This is usually caused by following an outdated diff or history link to a
499 page that has been deleted.
500
501 <p>If this is not the case, you may have found a bug in the software.
502 Please report this to an administrator, making note of the URL.",
503 'internalerror' => 'Internal error',
504 'filecopyerror' => "Could not copy file \"$1\" to \"$2\".",
505 'filerenameerror' => "Could not rename file \"$1\" to \"$2\".",
506 'filedeleteerror' => "Could not delete file \"$1\".",
507 'filenotfound' => "Could not find file \"$1\".",
508 'unexpected' => "Unexpected value: \"$1\"=\"$2\".",
509 'formerror' => 'Error: could not submit form',
510 'badarticleerror' => 'This action cannot be performed on this page.',
511 'cannotdelete' => 'Could not delete the page or image specified. (It may have already been deleted by someone else.)',
512 'badtitle' => 'Bad title',
513 'badtitletext' => "The requested page title was invalid, empty, or
514 an incorrectly linked inter-language or inter-wiki title.",
515 'perfdisabled' => 'Sorry! This feature has been temporarily disabled
516 because it slows the database down to the point that no one can use
517 the wiki.',
518 'perfdisabledsub' => "Here's a saved copy from $1:", # obsolete?
519 'perfcached' => 'The following data is cached and may not be completely up to date:',
520 'wrong_wfQuery_params' => "Incorrect parameters to wfQuery()<br />
521 Function: $1<br />
522 Query: $2
523 ",
524 'viewsource' => 'View source',
525 'protectedtext' => "This page has been locked to prevent editing; there are
526 a number of reasons why this may be so, please see
527 [[Project:Protected page]].
528
529 You can view and copy the source of this page:",
530 'seriousxhtmlerrors' => 'There were serious xhtml markup errors detected by tidy.',
531
532 # Login and logout pages
533 #
534 "logouttitle" => 'User logout',
535 "logouttext" => "You are now logged out.<br>
536 You can continue to use {{SITENAME}} anonymously, or you can log in
537 again as the same or as a different user. Note that some pages may
538 continue to be displayed as if you were still logged in, until you clear
539 your browser cache.\n",
540
541 'welcomecreation' => "== Welcome, $1! ==
542
543 Your account has been created. Don't forget to change your {{SITENAME}} preferences.",
544
545 'loginpagetitle' => 'User login',
546 'yourname' => 'Your user name',
547 'yourpassword' => 'Your password',
548 'yourpasswordagain' => 'Retype password',
549 'newusersonly' => ' (new users only)',
550 'remembermypassword' => 'Remember my password across sessions.',
551 'loginproblem' => '<b>There has been a problem with your login.</b><br />Try again!',
552 'alreadyloggedin' => "<font color=red><b>User $1, you are already logged in!</b></font><br />\n",
553
554 'login' => 'Log in',
555 'loginprompt' => "You must have cookies enabled to log in to {{SITENAME}}.",
556 'userlogin' => 'Create an account or log in',
557 'logout' => 'Log out',
558 'userlogout' => 'Log out',
559 'notloggedin' => 'Not logged in',
560 'createaccount' => 'Create new account',
561 'createaccountmail' => 'by email',
562 'badretype' => 'The passwords you entered do not match.',
563 'userexists' => 'The user name you entered is already in use. Please choose a different name.',
564 'youremail' => 'Your email**',
565 'yourrealname' => 'Your real name*',
566 'yourlanguage' => 'Interface language',
567 'yourvariant' => 'Language variant',
568 'yournick' => 'Your nickname (for signatures)',
569 'emailforlost' => "Fields marked with stars (*, **) are optional. Storing an email address enables people to contact you through the website without you having to reveal your
570 email address to them, and it can be used to send you a new password if you forget it.<br /><br />Your real name, if you choose to provide it, will be used for giving you attribution for your work.",
571 'prefs-help-email' => '** <strong>Email</strong> (optional): Enables others to contact you through your user or user_talk page without the need of revealing your
572 email address. It also allows the wiki to sent you a temporary password in case you forgot your current one.',
573 'prefs-help-email-enotif' => 'This address is also used to send you email notifications if you enabled the options.',
574 'prefs-help-realname' => '* <strong>Real name</strong> (optional): if you choose to provide it this will be used for giving you attribution for your work.',
575 'prefs-help-userdata' => '* <strong>Real name</strong> (optional): if you choose to provide it this will be used for giving you attribution for your work.<br />
576 * <strong>Email</strong> (optional): Enables people to contact you through the website without you having to reveal your
577 email address to them, and it can be used to send you a new password if you forget it.',
578 'loginerror' => 'Login error',
579 'nocookiesnew' => "The user account was created, but you are not logged in. {{SITENAME}} uses cookies to log in users. You have cookies disabled. Please enable them, then log in with your new username and password.",
580 "nocookieslogin" => "{{SITENAME}} uses cookies to log in users. You have cookies disabled. Please enable them and try again.",
581 'noname' => 'You have not specified a valid user name.',
582 'loginsuccesstitle' => 'Login successful',
583 'loginsuccess' => "You are now logged in to {{SITENAME}} as \"$1\".",
584 'nosuchuser' => "There is no user by the name \"$1\".
585 Check your spelling, or use the form below to create a new user account.",
586 'nosuchusershort' => "There is no user by the name \"$1\". Check your spelling.",
587 'wrongpassword' => 'The password you entered is incorrect (or missing). Please try again.',
588 'mailmypassword' => 'Mail me a temporary password
589 because I forgot my password',
590 'mailmypasswordauthent' => 'Mail me a temporary password
591 because I forgot my password or
592 for authentication of my email address',
593 'passwordremindermailsubject' => "Email address authentication and temporary login password from {{SITENAME}}",
594 'passwordremindermailbody' => "Someone, probably you from IP address $1,
595 requested that we send you a temporary one-time login password for {{SITENAME}}.
596
597 This mail is also be sent for the purpose of authentication of your email address.
598 The password for user \"$2\" is now \"$4\".
599
600 You can now log in with this temporary password, which is valid for only one login.
601 You may wish to keep using your old password if you remember it or to set a new one.
602
603 {{SERVER}}{{localurl:Special:Userlogin|wpName=$3&wpPassword=$4&returnto=Special:Preferences}}",
604 'noemail' => "There is no e-mail address recorded for user \"$1\".",
605 'passwordsent' => "A temporary password has been sent to the e-mail address
606 registered for \"$1\".
607 Please log in again after you receive it.",
608 'passwordsentforemailauthentication'
609 => "A temporary password has been sent to the e-mail address newly
610 registered for \"$1\".
611 Please re-login with that for authentication purposes.",
612 'loginend' => '&nbsp;',
613 'mailerror' => "Error sending mail: $1",
614 'acct_creation_throttle_hit' => 'Sorry, you have already created $1 accounts. You can\'t make any more.',
615 'emailauthenticated' => 'Your email address was authenticated on $1.',
616 'emailnotauthenticated' => 'Your email address is <strong>not yet authenticated</strong> and the advanced email features are disabled until authentication <strong>(d.u.a.)</strong>.<br>
617 To authenticate, please login in with the temporary password which has been mailed to you, or request a new one on the login page.',
618 'invalidemailaddress' => 'The email address cannot be accepted as it appears to have an invalid format. Please enter a well-formatted address or empty that field.',
619 'disableduntilauthent' => '<strong>(d.u.a.)</strong>',
620 'disablednoemail' => '<strong>(disabled; no email address)</strong>',
621
622 # Edit page toolbar
623 'bold_sample'=>'Bold text',
624 'bold_tip'=>'Bold text',
625 'italic_sample'=>'Italic text',
626 'italic_tip'=>'Italic text',
627 'link_sample'=>'Link title',
628 'link_tip'=>'Internal link',
629 'extlink_sample'=>'http://www.example.com link title',
630 'extlink_tip'=>'External link (remember http:// prefix)',
631 'headline_sample'=>'Headline text',
632 'headline_tip'=>'Level 2 headline',
633 'math_sample'=>'Insert formula here',
634 'math_tip'=>'Mathematical formula (LaTeX)',
635 'nowiki_sample'=>'Insert non-formatted text here',
636 'nowiki_tip'=>'Ignore wiki formatting',
637 'image_sample'=>'Example.jpg',
638 'image_tip'=>'Embedded image',
639 'media_sample'=>'Example.mp3',
640 'media_tip'=>'Media file link',
641 'sig_tip'=>'Your signature with timestamp',
642 'hr_tip'=>'Horizontal line (use sparingly)',
643 'infobox'=>'Click a button to get an example text',
644 # alert box shown in browsers where text selection does not work, test e.g. with mozilla or konqueror
645 'infobox_alert'=>"Please enter the text you want to be formatted.\\n It will be shown in the infobox for copy and pasting.\\nExample:\\n$1\\nwill become:\\n$2",
646
647 # Edit pages
648 #
649 'summary' => 'Summary',
650 'subject' => 'Subject/headline',
651 'minoredit' => 'This is a minor edit.',
652 'watchthis' => 'Watch this page',
653 'savearticle' => 'Save page',
654 'preview' => 'Preview',
655 'showpreview' => 'Show preview',
656 'blockedtitle' => 'User is blocked',
657 'blockedtext' => "Your user name or IP address has been blocked by $1.
658 The reason given is this:<br />''$2''<p>You may contact $1 or one of the other
659 [[Project:Administrators|administrators]] to discuss the block.
660
661 Note that you may not use the \"email this user\" feature unless you have a valid email address registered in your [[Special:Preferences|user preferences]].
662
663 Your IP address is $3. Please include this address in any queries you make.
664 ",
665 'whitelistedittitle' => 'Login required to edit',
666 'whitelistedittext' => 'You have to [[Special:Userlogin|login]] to edit pages.',
667 'whitelistreadtitle' => 'Login required to read',
668 'whitelistreadtext' => 'You have to [[Special:Userlogin|login]] to read pages.',
669 'whitelistacctitle' => 'You are not allowed to create an account',
670 'whitelistacctext' => 'To be allowed to create accounts in this Wiki you have to [[Special:Userlogin|log]] in and have the appropriate permissions.',
671 'loginreqtitle' => 'Login Required',
672 'loginreqtext' => 'You must [[special:Userlogin|login]] to view other pages.',
673 'accmailtitle' => 'Password sent.',
674 'accmailtext' => "The Password for '$1' has been sent to $2.",
675 'newarticle' => '(New)',
676 'newarticletext' =>
677 "You've followed a link to a page that doesn't exist yet.
678 To create the page, start typing in the box below
679 (see the [[Project:Help|help page]] for more info).
680 If you are here by mistake, just click your browser's '''back''' button.",
681 'talkpagetext' => '<!-- MediaWiki:talkpagetext -->',
682 'anontalkpagetext' => "----''This is the discussion page for an anonymous user who has not created an account yet or who does not use it. We therefore have to use the numerical [[IP address]] to identify him/her. Such an IP address can be shared by several users. If you are an anonymous user and feel that irrelevant comments have been directed at you, please [[Special:Userlogin|create an account or log in]] to avoid future confusion with other anonymous users.'' ",
683 'noarticletext' => '(There is currently no text in this page)',
684 'clearyourcache' => "'''Note:''' After saving, you have to clear your browser cache to see the changes: '''Mozilla:''' click ''Reload'' (or ''Ctrl-R''), '''IE / Opera:''' ''Ctrl-F5'', '''Safari:''' ''Cmd-R'', '''Konqueror''' ''Ctrl-R''.",
685 'usercssjsyoucanpreview' => "<strong>Tip:</strong> Use the 'Show preview' button to test your new CSS/JS before saving.",
686 'usercsspreview' => "'''Remember that you are only previewing your user CSS, it has not yet been saved!'''",
687 'userjspreview' => "'''Remember that you are only testing/previewing your user JavaScript, it has not yet been saved!'''",
688 'updated' => '(Updated)',
689 'note' => '<strong>Note:</strong> ',
690 'previewnote' => 'Remember that this is only a preview, and has not yet been saved!',
691 'previewconflict' => 'This preview reflects the text in the upper
692 text editing area as it will appear if you choose to save.',
693 'editing' => "Editing $1",
694 'editingsection' => "Editing $1 (section)",
695 'editingcomment' => "Editing $1 (comment)",
696 'editconflict' => 'Edit conflict: $1',
697 'explainconflict' => "Someone else has changed this page since you
698 started editing it.
699 The upper text area contains the page text as it currently exists.
700 Your changes are shown in the lower text area.
701 You will have to merge your changes into the existing text.
702 <b>Only</b> the text in the upper text area will be saved when you
703 press \"Save page\".\n<p>",
704 'yourtext' => 'Your text',
705 'storedversion' => 'Stored version',
706 'nonunicodebrowser' => "<strong>WARNING: Your browser is not unicode compliant, please change it before editing an article.</strong>",
707 'editingold' => "<strong>WARNING: You are editing an out-of-date
708 revision of this page.
709 If you save it, any changes made since this revision will be lost.</strong>\n",
710 'yourdiff' => 'Differences',
711 'copyrightwarning' => "Please note that all contributions to {{SITENAME}} are
712 considered to be released under the $2 (see $1 for details).
713 If you don't want your writing to be edited mercilessly and redistributed
714 at will, then don't submit it here.<br />
715 You are also promising us that you wrote this yourself, or copied it from a
716 public domain or similar free resource.
717 <strong>DO NOT SUBMIT COPYRIGHTED WORK WITHOUT PERMISSION!</strong>",
718 'copyrightwarning2' => "Please note that all contributions to {{SITENAME}}
719 may be edited, altered, or removed by other contributors.
720 If you don't want your writing to be edited mercilessly, then don't submit it here.<br />
721 You are also promising us that you wrote this yourself, or copied it from a
722 public domain or similar free resource (see $1 for details).
723 <strong>DO NOT SUBMIT COPYRIGHTED WORK WITHOUT PERMISSION!</strong>",
724 'longpagewarning' => "WARNING: This page is $1 kilobytes long; some
725 browsers may have problems editing pages approaching or longer than 32kb.
726 Please consider breaking the page into smaller sections.",
727 'readonlywarning' => 'WARNING: The database has been locked for maintenance,
728 so you will not be able to save your edits right now. You may wish to cut-n-paste
729 the text into a text file and save it for later.',
730 'protectedpagewarning' => "WARNING: This page has been locked so that only
731 users with sysop privileges can edit it. Be sure you are following the
732 <a href='$wgScript/Project:Protected_page_guidelines'>protected page
733 guidelines</a>.",
734 'templatesused' => 'Templates used on this page:',
735
736 # History pages
737 #
738 'revhistory' => 'Revision history',
739 'nohistory' => 'There is no edit history for this page.',
740 'revnotfound' => 'Revision not found',
741 'revnotfoundtext' => "The old revision of the page you asked for could not be found.
742 Please check the URL you used to access this page.\n",
743 'loadhist' => 'Loading page history',
744 'currentrev' => 'Current revision',
745 'revisionasof' => 'Revision as of $1',
746 'revisionasofwithlink' => 'Revision as of $1; $2<br />$3 | $4',
747 'previousrevision' => '&larr;Older revision',
748 'nextrevision' => 'Newer revision&rarr;',
749 'currentrevisionlink' => 'view current revision',
750 'cur' => 'cur',
751 'next' => 'next',
752 'last' => 'last',
753 'orig' => 'orig',
754 'histlegend' => 'Diff selection: mark the radio boxes of the versions to compare and hit enter or the button at the bottom.<br />
755 Legend: (cur) = difference with current version,
756 (last) = difference with preceding version, M = minor edit.',
757 'history_copyright' => '-',
758
759 # Diffs
760 #
761 'difference' => '(Difference between revisions)',
762 'loadingrev' => 'loading revision for diff',
763 'lineno' => "Line $1:",
764 'editcurrent' => 'Edit the current version of this page',
765 'selectnewerversionfordiff' => 'Select a newer version for comparison',
766 'selectolderversionfordiff' => 'Select an older version for comparison',
767 'compareselectedversions' => 'Compare selected versions',
768
769 # Search results
770 #
771 'searchresults' => 'Search results',
772 'searchresulttext' => "For more information about searching {{SITENAME}}, see [[Project:Searching|Searching {{SITENAME}}]].",
773 'searchquery' => "For query \"$1\"",
774 'badquery' => 'Badly formed search query',
775 'badquerytext' => 'We could not process your query.
776 This is probably because you have attempted to search for a
777 word fewer than three letters long, which is not yet supported.
778 It could also be that you have mistyped the expression, for
779 example "fish and and scales".
780 Please try another query.',
781 'matchtotals' => "The query \"$1\" matched $2 page titles
782 and the text of $3 pages.",
783 'nogomatch' => 'No page with this exact title exists, trying full text search.',
784 'titlematches' => 'Article title matches',
785 'notitlematches' => 'No page title matches',
786 'textmatches' => 'Page text matches',
787 'notextmatches' => 'No page text matches',
788 'prevn' => "previous $1",
789 'nextn' => "next $1",
790 'viewprevnext' => "View ($1) ($2) ($3).",
791 'showingresults' => "Showing below up to <b>$1</b> results starting with #<b>$2</b>.",
792 'showingresultsnum' => "Showing below <b>$3</b> results starting with #<b>$2</b>.",
793 'nonefound' => "'''Note''': unsuccessful searches are
794 often caused by searching for common words like \"have\" and \"from\",
795 which are not indexed, or by specifying more than one search term (only pages
796 containing all of the search terms will appear in the result).",
797 'powersearch' => 'Search',
798 'powersearchtext' => "
799 Search in namespaces :<br />
800 $1<br />
801 $2 List redirects &nbsp; Search for $3 $9",
802 "searchdisabled" => '<p style="margin: 1.5em 2em 1em">{{SITENAME}} search is disabled for performance reasons. You can search via Google in the meantime.
803 <span style="font-size: 89%; display: block; margin-left: .2em">Note that their indexes of {{SITENAME}} content may be out of date.</span></p>',
804 'googlesearch' => "
805 <!-- SiteSearch Google -->
806 <FORM method=GET action=\"http://www.google.com/search\">
807 <TABLE bgcolor=\"#FFFFFF\"><tr><td>
808 <A HREF=\"http://www.google.com/\">
809 <IMG SRC=\"http://www.google.com/logos/Logo_40wht.gif\"
810 border=\"0\" ALT=\"Google\"></A>
811 </td>
812 <td>
813 <INPUT TYPE=text name=q size=31 maxlength=255 value=\"$1\">
814 <INPUT type=submit name=btnG VALUE=\"Google Search\">
815 <font size=-1>
816 <input type=hidden name=domains value=\"{{SERVER}}\"><br /><input type=radio name=sitesearch value=\"\"> WWW <input type=radio name=sitesearch value=\"{{SERVER}}\" checked> {{SERVER}} <br />
817 <input type='hidden' name='ie' value='$2'>
818 <input type='hidden' name='oe' value='$2'>
819 </font>
820 </td></tr></TABLE>
821 </FORM>
822 <!-- SiteSearch Google -->",
823 'blanknamespace' => '(Main)',
824
825 # Preferences page
826 #
827 'preferences' => 'Preferences',
828 'prefsnologin' => 'Not logged in',
829 'prefsnologintext' => "You must be <a href=\"{{localurl:Special:Userlogin}}\">logged in</a>
830 to set user preferences.",
831 'prefslogintext' => "You are logged in as \"$1\".
832 Your internal ID number is $2.
833
834 See [[Project:User preferences help]] for help deciphering the options.",
835 'prefsreset' => 'Preferences have been reset from storage.',
836 'qbsettings' => 'Quickbar settings',
837 'qbsettingsnote' => 'This preference only works in the \'Standard\' and the \'CologneBlue\' skin.',
838 'changepassword' => 'Change password',
839 'skin' => 'Skin',
840 'math' => 'Rendering math',
841 'dateformat' => 'Date format',
842 'math_failure' => 'Failed to parse',
843 'math_unknown_error' => 'unknown error',
844 'math_unknown_function' => 'unknown function ',
845 'math_lexing_error' => 'lexing error',
846 'math_syntax_error' => 'syntax error',
847 'math_image_error' => 'PNG conversion failed; check for correct installation of latex, dvips, gs, and convert',
848 'math_bad_tmpdir' => 'Can\'t write to or create math temp directory',
849 'math_bad_output' => 'Can\'t write to or create math output directory',
850 'math_notexvc' => 'Missing texvc executable; please see math/README to configure.',
851 'prefs-personal' => 'User data',
852 'prefs-rc' => 'Recent changes and stub display',
853 'prefs-misc' => 'Misc settings',
854 'saveprefs' => 'Save preferences',
855 'resetprefs' => 'Reset preferences',
856 'oldpassword' => 'Old password',
857 'newpassword' => 'New password',
858 'retypenew' => 'Retype new password',
859 'textboxsize' => 'Editing',
860 'rows' => 'Rows',
861 'columns' => 'Columns',
862 'searchresultshead' => 'Search result settings',
863 'resultsperpage' => 'Hits to show per page',
864 'contextlines' => 'Lines to show per hit',
865 'contextchars' => 'Characters of context per line',
866 'stubthreshold' => 'Threshold for stub display',
867 'recentchangescount' => 'Number of titles in recent changes',
868 'savedprefs' => 'Your preferences have been saved.',
869 'timezonelegend' => 'Time zone',
870 'timezonetext' => 'Enter number of hours your local time differs
871 from server time (UTC).',
872 'localtime' => 'Local time display',
873 'timezoneoffset' => 'Offset',
874 'servertime' => 'Server time is now',
875 'guesstimezone' => 'Fill in from browser',
876 'emailflag' => 'Disable e-mail from other users',
877 'defaultns' => 'Search in these namespaces by default:',
878 'default' => 'default',
879
880 # User levels special page
881 #
882
883 # switching pan
884 'userlevels-lookup-group' => 'Manage group rights',
885 'userlevels-group-edit' => 'Existent groups: ',
886 'editgroup' => 'Edit Group',
887 'addgroup' => 'Add Group',
888
889 'userlevels-lookup-user' => 'Manage user groups',
890 'userlevels-user-editname' => 'Enter a username: ',
891 'editusergroup' => 'Edit User Groups',
892
893 # group editing
894 'userlevels-editgroup' => 'Edit group',
895 'userlevels-addgroup' => 'Add group',
896 'userlevels-editgroup-name' => 'Group name: ',
897 'userlevels-editgroup-description' => 'Group description (max 255 characters):<br />',
898 'savegroup' => 'Save Group',
899
900 # user groups editing
901 'userlevels-editusergroup' => 'Edit user groups',
902 'saveusergroups' => 'Save User Groups',
903 'userlevels-groupsmember' => 'Member of:',
904 'userlevels-groupsavailable' => 'Available groups:',
905 'userlevels-groupshelp' => 'Select groups you want the user to be removed from or added to.
906 Unselected groups will not be changed. You can unselect a group by using CTRL + Left Click',
907 # Recent changes
908 #
909 'changes' => 'changes',
910 'recentchanges' => 'Recent changes',
911 'recentchanges-url' => 'Special:Recentchanges',
912 'recentchangestext' => 'Track the most recent changes to the wiki on this page.',
913 'rcloaderr' => 'Loading recent changes',
914 'rcnote' => "Below are the last <strong>$1</strong> changes in last <strong>$2</strong> days.",
915 'rcnotefrom' => "Below are the changes since <b>$2</b> (up to <b>$1</b> shown).",
916 'rclistfrom' => "Show new changes starting from $1",
917 'showhideminor' => "$1 minor edits | $2 bots | $3 logged in users | $4 patrolled edits ",
918 'rclinks' => "Show last $1 changes in last $2 days<br />$3",
919 'rchide' => "in $4 form; $1 minor edits; $2 secondary namespaces; $3 multiple edits.",
920 'rcliu' => "; $1 edits from logged in users",
921 'diff' => 'diff',
922 'hist' => 'hist',
923 'hide' => 'hide',
924 'show' => 'show',
925 'tableform' => 'table',
926 'listform' => 'list',
927 'nchanges' => "$1 changes",
928 'minoreditletter' => 'm',
929 'newpageletter' => 'N',
930 'sectionlink' => '&rarr;',
931 'number_of_watching_users_RCview' => '[$1]',
932 'number_of_watching_users_pageview' => '[$1 watching user/s]',
933
934 # Upload
935 #
936 'upload' => 'Upload file',
937 'uploadbtn' => 'Upload file',
938 'uploadlink' => 'Upload images',
939 'reupload' => 'Re-upload',
940 'reuploaddesc' => 'Return to the upload form.',
941 'uploadnologin' => 'Not logged in',
942 'uploadnologintext' => "You must be <a href=\"{{localurl:Special:Userlogin}}\">logged in</a>
943 to upload files.",
944 'uploadfile' => 'Upload images, sounds, documents etc.',
945 'uploaderror' => 'Upload error',
946 'uploadtext' =>
947 "'''STOP!''' Before you upload here,
948 make sure to read and follow the [[Project:Image use policy|image use policy]].
949
950 To view or search previously uploaded images,
951 go to the [[Special:Imagelist|list of uploaded images]].
952 Uploads and deletions are logged on the
953 [[Project:Upload log|upload log]].
954
955 Use the form below to upload new image files for use in
956 illustrating your pages.
957 On most browsers, you will see a \"Browse...\" button, which will
958 bring up your operating system's standard file open dialog.
959 Choosing a file will fill the name of that file into the text
960 field next to the button.
961 You must also check the box affirming that you are not
962 violating any copyrights by uploading the file.
963 Press the \"Upload\" button to finish the upload.
964 This may take some time if you have a slow internet connection.
965
966 The preferred formats are JPEG for photographic images, PNG
967 for drawings and other iconic images, and OGG for sounds.
968 Please name your files descriptively to avoid confusion.
969 To include the image in a page, use a link in the form
970 '''<nowiki>[[{{ns:6}}:file.jpg]]</nowiki>''' or
971 '''<nowiki>[[{{ns:6}}:file.png|alt text]]</nowiki>''' or
972 '''<nowiki>[[{{ns:-2}}:file.ogg]]</nowiki>''' for sounds.
973
974 Please note that as with wiki pages, others may edit or
975 delete your uploads if they think it serves the project, and
976 you may be blocked from uploading if you abuse the system.",
977
978 'uploadlog' => 'upload log',
979 'uploadlogpage' => 'Upload_log',
980 'uploadlogpagetext' => 'Below is a list of the most recent file uploads.',
981 'filename' => 'Filename',
982 'filedesc' => 'Summary',
983 'filestatus' => 'Copyright status',
984 'filesource' => 'Source',
985 'affirmation' => "I affirm that the copyright holder of this file
986 agrees to license it under the terms of the $1.",
987 'copyrightpage' => "Project:Copyrights",
988 'copyrightpagename' => "{{SITENAME}} copyright",
989 'uploadedfiles' => 'Uploaded files',
990 'noaffirmation' => 'You must affirm that your upload does not violate any copyrights.',
991 'ignorewarning' => 'Ignore warning and save file anyway.',
992 'minlength' => 'Image names must be at least three letters.',
993 'illegalfilename' => 'The filename "$1" contains characters that are not allowed in page titles. Please rename the file and try uploading it again.',
994 'badfilename' => "Image name has been changed to \"$1\".",
995 'badfiletype' => "\".$1\" is not a recommended image file format.",
996 'largefile' => 'It is recommended that images not exceed 100k in size.',
997 'emptyfile' => 'The file you uploaded seems to be empty. This might be due to a typo in the file name. Please check whether you really want to upload this file.',
998 'fileexists' => 'A file with this name exists already, please check $1 if you are not sure if you want to change it.',
999 'successfulupload' => 'Successful upload',
1000 'fileuploaded' => "File $1 uploaded successfully.
1001 Please follow this link: $2 to the description page and fill
1002 in information about the file, such as where it came from, when it was
1003 created and by whom, and anything else you may know about it. If this is an image, you can insert it like this: <tt><nowiki>[[Image:$1|thumb|Description]]</nowiki></tt>",
1004 'uploadwarning' => 'Upload warning',
1005 'savefile' => 'Save file',
1006 'uploadedimage' => "uploaded \"$1\"",
1007 'uploaddisabled' => 'Sorry, uploading is disabled.',
1008 'uploadcorrupt' => 'The file is corrupt or has an incorrect extension. Please check the file and upload again.',
1009
1010 # Image list
1011 #
1012 'imagelist' => 'Image list',
1013 'imagelisttext' => "Below is a list of $1 images sorted $2.",
1014 'getimagelist' => 'fetching image list',
1015 'ilshowmatch' => 'Show all images with names matching',
1016 'ilsubmit' => 'Search',
1017 'showlast' => "Show last $1 images sorted $2.",
1018 'all' => 'all',
1019 'byname' => 'by name',
1020 'bydate' => 'by date',
1021 'bysize' => 'by size',
1022 'imgdelete' => 'del',
1023 'imgdesc' => 'desc',
1024 'imglegend' => 'Legend: (desc) = show/edit image description.',
1025 'imghistory' => 'Image history',
1026 'revertimg' => 'rev',
1027 'deleteimg' => 'del',
1028 'deleteimgcompletely' => 'Delete all revisions',
1029 'imghistlegend' => 'Legend: (cur) = this is the current image, (del) = delete
1030 this old version, (rev) = revert to this old version.
1031 <br /><i>Click on date to see image uploaded on that date</i>.',
1032 'imagelinks' => 'Image links',
1033 'linkstoimage' => 'The following pages link to this image:',
1034 'nolinkstoimage' => 'There are no pages that link to this image.',
1035 'sharedupload' => 'This file is a shared upload and may be used by other projects.',
1036 'shareduploadwiki' => 'Please see the [$1 image description page] for further information.',
1037
1038 # Statistics
1039 #
1040 'statistics' => 'Statistics',
1041 'sitestats' => 'Site statistics',
1042 'userstats' => 'User statistics',
1043 'sitestatstext' => "There are '''$1''' total pages in the database.
1044 This includes \"talk\" pages, pages about {{SITENAME}}, minimal \"stub\"
1045 pages, redirects, and others that probably don't qualify as content pages.
1046 Excluding those, there are '''$2''' pages that are probably legitimate
1047 content pages.
1048
1049 There have been a total of '''$3''' page views, and '''$4''' page edits
1050 since the wiki was setup.
1051 That comes to '''$5''' average edits per page, and '''$6''' views per edit.",
1052 'userstatstext' => "There are '''$1''' registered users.
1053 '''$2''' of these are administrators (see $3).",
1054
1055 # Maintenance Page
1056 #
1057 'maintenance' => 'Maintenance page',
1058 'maintnancepagetext' => 'This page includes several handy tools for everyday maintenance. Some of these functions tend to stress the database, so please do not hit reload after every item you fixed ;-)',
1059 'maintenancebacklink' => 'Back to Maintenance Page',
1060 'disambiguations' => 'Disambiguation pages',
1061 'disambiguationspage' => "Project:Links_to_disambiguating_pages",
1062 'disambiguationstext' => "The following pages link to a <i>disambiguation page</i>. They should link to the appropriate topic instead.<br />A page is treated as dismbiguation if it is linked from $1.<br />Links from other namespaces are <i>not</i> listed here.",
1063 'doubleredirects' => 'Double Redirects',
1064 'doubleredirectstext' => "<b>Attention:</b> This list may contain false positives. That usually means there is additional text with links below the first #REDIRECT.<br />\nEach row contains links to the first and second redirect, as well as the first line of the second redirect text, usually giving the \"real\" target page, which the first redirect should point to.",
1065 'brokenredirects' => 'Broken Redirects',
1066 'brokenredirectstext' => 'The following redirects link to a non-existing pages.',
1067 'selflinks' => 'Pages with Self Links',
1068 'selflinkstext' => 'The following pages contain a link to themselves, which they should not.',
1069 'mispeelings' => 'Pages with misspellings',
1070 'mispeelingstext' => "The following pages contain a common misspelling, which are listed on $1. The correct spelling might be given (like this).",
1071 'mispeelingspage' => 'List of common misspellings',
1072 'missinglanguagelinks' => 'Missing Language Links',
1073 'missinglanguagelinksbutton' => 'Find missing language links for',
1074 'missinglanguagelinkstext' => "These pages do <i>not</i> link to their counterpart in $1. Redirects and subpages are <i>not</i> shown.",
1075
1076
1077 # Miscellaneous special pages
1078 #
1079 'orphans' => 'Orphaned pages',
1080 'geo' => 'GEO coordinates',
1081 'validate' => 'Validate page',
1082 'lonelypages' => 'Orphaned pages',
1083 'uncategorizedpages' => 'Uncategorized pages',
1084 'uncategorizedcategories' => 'Uncategorized categories',
1085 'unusedimages' => 'Unused images',
1086 'popularpages' => 'Popular pages',
1087 'nviews' => '$1 views',
1088 'wantedpages' => 'Wanted pages',
1089 'nlinks' => '$1 links',
1090 'allpages' => 'All pages',
1091 'randompage' => 'Random page',
1092 'randompage-url'=> 'Special:Randompage',
1093 'shortpages' => 'Short pages',
1094 'longpages' => 'Long pages',
1095 'deadendpages' => 'Dead-end pages',
1096 'listusers' => 'User list',
1097 'listadmins' => 'Admins list',
1098 'specialpages' => 'Special pages',
1099 'spheading' => 'Special pages for all users',
1100 'asksqlpheading' => 'asksql level',
1101 'blockpheading' => 'block level',
1102 'createaccountpheading' => 'createaccount level',
1103 'deletepheading' => 'delete level',
1104 'userrightspheading' => 'userrights level',
1105 'siteadminpheading' => 'siteadmin level',
1106
1107 /** obsoletes
1108 'sysopspheading' => 'For sysop use only',
1109 'developerspheading' => 'For developer use only',
1110 */
1111 'protectpage' => 'Protect page',
1112 'recentchangeslinked' => 'Related changes',
1113 'rclsub' => "(to pages linked from \"$1\")",
1114 'debug' => 'Debug',
1115 'newpages' => 'New pages',
1116 'ancientpages' => 'Oldest pages',
1117 'intl' => 'Interlanguage links',
1118 'move' => 'Move',
1119 'movethispage' => 'Move this page',
1120 'unusedimagestext' => '<p>Please note that other web sites may link to an image with
1121 a direct URL, and so may still be listed here despite being
1122 in active use.',
1123 'booksources' => 'Book sources',
1124 'categoriespagetext' => 'The following categories exists in the wiki.',
1125 'data' => 'Data',
1126 'userlevels' => 'User levels management',
1127
1128 # FIXME: Other sites, of course, may have affiliate relations with the booksellers list
1129 'booksourcetext' => "Below is a list of links to other sites that
1130 sell new and used books, and may also have further information
1131 about books you are looking for.
1132 {{SITENAME}} is not affiliated with any of these businesses, and
1133 this list should not be construed as an endorsement.",
1134 'isbn' => 'ISBN',
1135 'rfcurl' => 'http://www.faqs.org/rfcs/rfc$1.html',
1136 'pubmedurl' => 'http://www.ncbi.nlm.nih.gov/entrez/query.fcgi?cmd=Retrieve&db=pubmed&dopt=Abstract&list_uids=$1',
1137 'alphaindexline' => "$1 to $2",
1138 'version' => 'Version',
1139 'log' => 'Logs',
1140 'alllogstext' => 'Combined display of upload, deletion, protection, blocking, and sysop logs.
1141 You can narrow down the view by selecting a log type, the user name, or the affected page.',
1142
1143 # Special:Allpages
1144 'nextpage' => 'Next page ($1)',
1145 'articlenamespace' => '(articles)',
1146 'allpagesformtext1' => 'Display pages starting at: $1',
1147 'allpagesformtext2' => 'Choose namespace: $1 $2',
1148 'allarticles' => 'All articles',
1149 'allpagesprev' => 'Previous',
1150 'allpagesnext' => 'Next',
1151 'allpagesnamespace' => 'All pages ($1 namespace)',
1152 'allpagessubmit' => 'Go',
1153
1154 # Email this user
1155 #
1156 'mailnologin' => 'No send address',
1157 'mailnologintext' => "You must be <a href=\"{{localurl:Special:Userlogin\">logged in</a>
1158 and have a valid e-mail address in your <a href=\"{{localurl:Special:Preferences}}\">preferences</a>
1159 to send e-mail to other users.",
1160 'emailuser' => 'E-mail this user',
1161 'emailpage' => 'E-mail user',
1162 'emailpagetext' => 'If this user has entered a valid e-mail address in
1163 his or her user preferences, the form below will send a single message.
1164 The e-mail address you entered in your user preferences will appear
1165 as the "From" address of the mail, so the recipient will be able
1166 to reply.',
1167 'usermailererror' => 'Mail object returned error: ',
1168 'defemailsubject' => "{{SITENAME}} e-mail",
1169 'noemailtitle' => 'No e-mail address',
1170 'noemailtext' => 'This user has not specified a valid e-mail address,
1171 or has chosen not to receive e-mail from other users.',
1172 'emailfrom' => 'From',
1173 'emailto' => 'To',
1174 'emailsubject' => 'Subject',
1175 'emailmessage' => 'Message',
1176 'emailsend' => 'Send',
1177 'emailsent' => 'E-mail sent',
1178 'emailsenttext' => 'Your e-mail message has been sent.',
1179
1180 # Watchlist
1181 #
1182 'watchlist' => 'My watchlist',
1183 'watchlistsub' => "(for user \"$1\")",
1184 'nowatchlist' => 'You have no items on your watchlist.',
1185 'watchnologin' => 'Not logged in',
1186 'watchnologintext' => "You must be <a href=\"{{localurl:Special:Userlogin}}\">logged in</a>
1187 to modify your watchlist.",
1188 'addedwatch' => 'Added to watchlist',
1189 'addedwatchtext' => "The page \"$1\" has been added to your [[Special:Watchlist|watchlist]].
1190 Future changes to this page and its associated Talk page will be listed there,
1191 and the page will appear '''bolded''' in the [[Special:Recentchanges|list of recent changes]] to
1192 make it easier to pick out.
1193
1194 <p>If you want to remove the page from your watchlist later, click \"Stop watching\" in the sidebar.",
1195 'removedwatch' => 'Removed from watchlist',
1196 'removedwatchtext' => "The page \"$1\" has been removed from your watchlist.",
1197 'watch' => 'Watch',
1198 'watchthispage' => 'Watch this page',
1199 'unwatch' => 'Unwatch',
1200 'unwatchthispage' => 'Stop watching',
1201 'notanarticle' => 'Not a content page',
1202 'watchnochange' => 'None of your watched items were edited in the time period displayed.',
1203 'watchdetails' => "($1 pages watched not counting talk pages;
1204 $2 total pages edited since cutoff;
1205 $3...
1206 <a href='$4'>show and edit complete list</a>.)",
1207 'watchmethod-recent'=> 'checking recent edits for watched pages',
1208 'watchmethod-list' => 'checking watched pages for recent edits',
1209 'removechecked' => 'Remove checked items from watchlist',
1210 'watchlistcontains' => "Your watchlist contains $1 pages.",
1211 'watcheditlist' => 'Here\'s an alphabetical list of your
1212 watched content pages. Check the boxes of pages you want to remove from your watchlist and click the \'remove checked\' button
1213 at the bottom of the screen (deleting a content page also deletes the accompanying talk page and vice versa).',
1214 'removingchecked' => 'Removing requested items from watchlist...',
1215 'couldntremove' => "Couldn't remove item '$1'...",
1216 'iteminvalidname' => "Problem with item '$1', invalid name...",
1217 'wlnote' => "Below are the last $1 changes in the last <b>$2</b> hours.",
1218 'wlshowlast' => "Show last $1 hours $2 days $3",
1219 'wlsaved' => 'This is a saved version of your watchlist.',
1220
1221 'updatedmarker' => '<span class=\'updatedmarker\'>&nbsp;updated (since my last visit)&nbsp;</span>',
1222
1223 'email_notification_mailer' => '{{SITENAME}} Notification Mailer',
1224 'email_notification_infotext' => '
1225 <strong>Email Notification</strong><p>
1226 <form action=\'{{localurl:Special:Watchlist|action=submit&magic=yes}}\' method=\'post\'>
1227 <ul>
1228 <li>You will be notified by email when someone changes a page which is listed in your watchlist.</li>
1229 <li>A flag is set so that you receive only one email on the first change.</li>
1230 <li>Your own edits do <b>not</b> trigger the sending of notifications.
1231 <li>{{MediaWiki:updatedmarker}} means that the <b><i>page has changed since your last visit and that a notification mail has been sent to you.</i></b>.</li>
1232 <li>The flag is automatically cleared when you visit such pages.</li>
1233 <li> Alternatively, you can reset all flags at once by clicking on&nbsp; <input type="submit" name="dummy" value=\'Reset all notification flags (set their status to "visited")\'><input type="hidden" name="reset" value="all"></form></li>
1234 </ul>
1235 <hr>',
1236 'email_notification_newpagetext'=> 'This is a new page.',
1237 'email_notification_to' => '$WATCHINGUSERNAME_QP <$WATCHINGUSEREMAILADDR>',
1238 'email_notification_subject' => '{{SITENAME}} page $PAGETITLE_QP has been changed by $PAGEEDITOR_QP',
1239 'email_notification_lastvisitedrevisiontext' => 'See {{SERVER}}{{localurl:$PAGETITLE_RAWURL|diff=0&oldid=$OLDID}} for all changes since your last visit.',
1240 'email_notification_body' => 'Dear $WATCHINGUSERNAME,
1241
1242 the {{SITENAME}} page $PAGETITLE has been changed on $PAGEEDITDATE by $PAGEEDITOR,
1243 see {{SERVER}}{{localurl:$PAGETITLE_RAWURL}} for the current version.
1244
1245 $NEWPAGE
1246
1247 Editor\'s summary: $PAGESUMMARY $PAGEMINOREDIT
1248 Contact the editor:
1249 mail {{SERVER}}{{localurl:Special:Emailuser|target=$PAGEEDITOR_RAWURL}}
1250 wiki {{SERVER}}{{localurl:User:$PAGEEDITOR_RAWURL}}
1251
1252 There will be no other notifications in case of further changes unless you visit this page.
1253 You could also reset the notification flags for all your watched pages on your watchlist.
1254
1255 Your friendly {{SITENAME}} notification system
1256
1257 --
1258 To change your watchlist settings, visit
1259 {{SERVER}}{{localurl:Special:Watchlist|magic=yes}}
1260
1261 Feedback and further assistance:
1262 {{SERVER}}{{localurl:WikiHelpdesk}}',
1263
1264 # Delete/protect/revert
1265 #
1266 'deletepage' => 'Delete page',
1267 'confirm' => 'Confirm',
1268 'excontent' => 'content was:',
1269 'exbeforeblank' => 'content before blanking was:',
1270 'exblank' => 'page was empty',
1271 'confirmdelete' => 'Confirm delete',
1272 'deletesub' => "(Deleting \"$1\")",
1273 'historywarning' => 'Warning: The page you are about to delete has a history: ',
1274 'confirmdeletetext' => "You are about to permanently delete a page
1275 or image along with all of its history from the database.
1276 Please confirm that you intend to do this, that you understand the
1277 consequences, and that you are doing this in accordance with
1278 [[Project:Policy]].",
1279 'confirmcheck' => 'Yes, I really want to delete this.',
1280 'actioncomplete' => 'Action complete',
1281 'deletedtext' => "\"$1\" has been deleted.
1282 See $2 for a record of recent deletions.",
1283 'deletedarticle' => "deleted \"$1\"",
1284 'dellogpage' => 'Deletion_log',
1285 'dellogpagetext' => 'Below is a list of the most recent deletions.',
1286 'deletionlog' => 'deletion log',
1287 'reverted' => 'Reverted to earlier revision',
1288 'deletecomment' => 'Reason for deletion',
1289 'imagereverted' => 'Revert to earlier version was successful.',
1290 'rollback' => 'Roll back edits',
1291 'rollback_short' => 'Rollback',
1292 'rollbacklink' => 'rollback',
1293 'rollbackfailed' => 'Rollback failed',
1294 'cantrollback' => 'Cannot revert edit; last contributor is only author of this page.',
1295 'alreadyrolled' => "Cannot rollback last edit of [[$1]]
1296 by [[User:$2|$2]] ([[User talk:$2|Talk]]); someone else has edited or rolled back the page already.
1297
1298 Last edit was by [[User:$3|$3]] ([[User talk:$3|Talk]]). ",
1299 # only shown if there is an edit comment
1300 'editcomment' => "The edit comment was: \"<i>$1</i>\".",
1301 'revertpage' => "Reverted edit of $2, changed back to last version by $1",
1302 'protectlogpage' => 'Protection_log',
1303 'protectlogtext' => "Below is a list of page locks/unlocks.
1304 See [[Project:Protected page]] for more information.",
1305 'protectedarticle' => "protected $1",
1306 'unprotectedarticle' => "unprotected $1",
1307 'protectsub' =>"(Protecting \"$1\")",
1308 'confirmprotecttext' => 'Do you really want to protect this page?',
1309 'confirmprotect' => 'Confirm protection',
1310 'protectmoveonly' => 'Protect from moves only',
1311 'protectcomment' => 'Reason for protecting',
1312 'unprotectsub' =>"(Unprotecting \"$1\")",
1313 'confirmunprotecttext' => 'Do you really want to unprotect this page?',
1314 'confirmunprotect' => 'Confirm unprotection',
1315 'unprotectcomment' => 'Reason for unprotecting',
1316 'protectreason' => '(give a reason)',
1317
1318 # Undelete
1319 'undelete' => 'Restore deleted page',
1320 'undeletepage' => 'View and restore deleted pages',
1321 'undeletepagetext' => 'The following pages have been deleted but are still in the archive and
1322 can be restored. The archive may be periodically cleaned out.',
1323 'undeletearticle' => 'Restore deleted page',
1324 'undeleterevisions' => "$1 revisions archived",
1325 'undeletehistory' => 'If you restore the page, all revisions will be restored to the history.
1326 If a new page with the same name has been created since the deletion, the restored
1327 revisions will appear in the prior history, and the current revision of the live page
1328 will not be automatically replaced.',
1329 'undeleterevision' => "Deleted revision as of $1",
1330 'undeletebtn' => 'Restore!',
1331 'undeletedarticle' => "restored \"$1\"",
1332 'undeletedrevisions' => "$1 revisions restored",
1333 'undeletedtext' => "[[$1]] has been successfully restored.
1334 See [[Special:Log/delete]] for a record of recent deletions and restorations.",
1335
1336 # Contributions
1337 #
1338 'contributions' => 'User contributions',
1339 'mycontris' => 'My contributions',
1340 'contribsub' => "For $1",
1341 'nocontribs' => 'No changes were found matching these criteria.',
1342 'ucnote' => "Below are this user's last <b>$1</b> changes in the last <b>$2</b> days.",
1343 'uclinks' => "View the last $1 changes; view the last $2 days.",
1344 'uctop' => ' (top)' ,
1345 'newbies' => 'newbies',
1346
1347 # What links here
1348 #
1349 'whatlinkshere' => 'What links here',
1350 'notargettitle' => 'No target',
1351 'notargettext' => 'You have not specified a target page or user
1352 to perform this function on.',
1353 'linklistsub' => '(List of links)',
1354 'linkshere' => 'The following pages link to here:',
1355 'nolinkshere' => 'No pages link to here.',
1356 'isredirect' => 'redirect page',
1357
1358 # Block/unblock IP
1359 #
1360 'blockip' => 'Block user',
1361 'blockiptext' => "Use the form below to block write access
1362 from a specific IP address or username.
1363 This should be done only only to prevent vandalism, and in
1364 accordance with [[Project:Policy|policy]].
1365 Fill in a specific reason below (for example, citing particular
1366 pages that were vandalized).",
1367 'ipaddress' => 'IP Address/username',
1368 'ipbexpiry' => 'Expiry',
1369 'ipbreason' => 'Reason',
1370 'ipbsubmit' => 'Block this user',
1371 'badipaddress' => 'Invalid IP address',
1372 'noblockreason' => 'You must supply a reason for the block.',
1373 'blockipsuccesssub' => 'Block succeeded',
1374 'blockipsuccesstext' => "\"$1\" has been blocked.
1375 <br />See [[Special:Ipblocklist|IP block list]] to review blocks.",
1376 'unblockip' => 'Unblock user',
1377 'unblockiptext' => 'Use the form below to restore write access
1378 to a previously blocked IP address or username.',
1379 'ipusubmit' => 'Unblock this address',
1380 'ipusuccess' => "\"$1\" unblocked",
1381 'ipblocklist' => 'List of blocked IP addresses and usernames',
1382 'blocklistline' => "$1, $2 blocked $3 (expires $4)",
1383 'blocklink' => 'block',
1384 'unblocklink' => 'unblock',
1385 'contribslink' => 'contribs',
1386 'autoblocker' => "Autoblocked because you share an IP address with \"$1\". Reason \"$2\".",
1387 'blocklogpage' => 'Block_log',
1388 'blocklogentry' => 'blocked "$1" with an expiry time of $2',
1389 'blocklogtext' => 'This is a log of user blocking and unblocking actions. Automatically
1390 blocked IP addresses are not be listed. See the [[Special:Ipblocklist|IP block list]] for
1391 the list of currently operational bans and blocks.',
1392 'unblocklogentry' => 'unblocked "$1"',
1393 'range_block_disabled' => 'The sysop ability to create range blocks is disabled.',
1394 'ipb_expiry_invalid' => 'Expiry time invalid.',
1395 'ip_range_invalid' => "Invalid IP range.\n",
1396 'proxyblocker' => 'Proxy blocker',
1397 'proxyblockreason' => 'Your IP address has been blocked because it is an open proxy. Please contact your Internet service provider or tech support and inform them of this serious security problem.',
1398 'proxyblocksuccess' => "Done.\n",
1399
1400 # Developer tools
1401 #
1402 'lockdb' => 'Lock database',
1403 'unlockdb' => 'Unlock database',
1404 'lockdbtext' => 'Locking the database will suspend the ability of all
1405 users to edit pages, change their preferences, edit their watchlists, and
1406 other things requiring changes in the database.
1407 Please confirm that this is what you intend to do, and that you will
1408 unlock the database when your maintenance is done.',
1409 'unlockdbtext' => 'Unlocking the database will restore the ability of all
1410 users to edit pages, change their preferences, edit their watchlists, and
1411 other things requiring changes in the database.
1412 Please confirm that this is what you intend to do.',
1413 'lockconfirm' => 'Yes, I really want to lock the database.',
1414 'unlockconfirm' => 'Yes, I really want to unlock the database.',
1415 'lockbtn' => 'Lock database',
1416 'unlockbtn' => 'Unlock database',
1417 'locknoconfirm' => 'You did not check the confirmation box.',
1418 'lockdbsuccesssub' => 'Database lock succeeded',
1419 'unlockdbsuccesssub' => 'Database lock removed',
1420 'lockdbsuccesstext' => 'The database has been locked.
1421 <br />Remember to remove the lock after your maintenance is complete.',
1422 'unlockdbsuccesstext' => 'The database has been unlocked.',
1423
1424 # SQL query
1425 #
1426 'asksql' => 'SQL query',
1427 'asksqltext' => "Use the form below to make a direct query of the
1428 database.
1429 Use single quotes ('like this') to delimit string literals.
1430 This can often add considerable load to the server, so please use
1431 this function sparingly.",
1432 'sqlislogged' => 'Please note that all queries are logged.',
1433 'sqlquery' => 'Enter query',
1434 'querybtn' => 'Submit query',
1435 'selectonly' => 'Only read-only queries are allowed.',
1436 'querysuccessful' => 'Query successful',
1437
1438 # Make sysop
1439 'makesysoptitle' => 'Make a user into a sysop',
1440 'makesysoptext' => 'This form is used by bureaucrats to turn ordinary users into administrators.
1441 Type the name of the user in the box and press the button to make the user an administrator',
1442 'makesysopname' => 'Name of the user:',
1443 'makesysopsubmit' => 'Make this user into a sysop',
1444 'makesysopok' => "<b>User \"$1\" is now a sysop</b>",
1445 'makesysopfail' => "<b>User \"$1\" could not be made into a sysop. (Did you enter the name correctly?)</b>",
1446 'setbureaucratflag' => 'Set bureaucrat flag',
1447 'bureaucratlog' => 'Bureaucrat_log',
1448 'rightslogtext' => 'This is a log of changes to user rights.',
1449 'bureaucratlogentry' => "Rights for user \"$1\" set \"$2\"",
1450 'rights' => 'Rights:',
1451 'set_user_rights' => 'Set user rights',
1452 'user_rights_set' => "<b>User rights for \"$1\" updated</b>",
1453 'set_rights_fail' => "<b>User rights for \"$1\" could not be set. (Did you enter the name correctly?)</b>",
1454 'makesysop' => 'Make a user into a sysop',
1455
1456 # Validation
1457 'val_clear_old' => 'Clear my other validation data for $1',
1458 'val_merge_old' => 'Use my previous assessment where selected \'No opinion\'',
1459 'val_form_note' => '<b>Hint:</b> Merging your data means that for the article
1460 revision you select, all options where you have specified <i>no opinion</i>
1461 will be set to the value and comment of the most recent revision for which you
1462 have expressed an opinion. For example, if you want to change a single option
1463 for a newer revision, but also keep your other settings for this article in
1464 this revision, just select which option you intend to <i>change</i>, and
1465 merging will fill in the other options with your previous settings.',
1466 'val_noop' => 'No opinion',
1467 'val_percent' => '<b>$1%</b><br />($2 of $3 points<br />by $4 users)',
1468 'val_percent_single' => '<b>$1%</b><br />($2 of $3 points<br />by one user)',
1469 'val_total' => 'Total',
1470 'val_version' => 'Version',
1471 'val_tab' => 'Validate',
1472 'val_this_is_current_version' => 'this is the latest version',
1473 'val_version_of' => "Version of $1" ,
1474 'val_table_header' => "<tr><th>Class</th>$1<th colspan=4>Opinion</th>$1<th>Comment</th></tr>\n",
1475 'val_stat_link_text' => 'Validation statistics for this article',
1476 'val_view_version' => 'View this version',
1477 'val_validate_version' => 'Validate this version',
1478 'val_user_validations' => 'This user has validated $1 pages.',
1479 'val_no_anon_validation' => 'You have to be logged in to validate an article.',
1480 'val_validate_article_namespace_only' => 'Only articles can be validated. This page is <i>not</i> in the article namespace.',
1481 'val_validated' => 'Validation done.',
1482 'val_article_lists' => 'List of validated articles',
1483 'val_page_validation_statistics' => 'Page validation statistics for $1',
1484
1485 # Move page
1486 #
1487 'movepage' => 'Move page',
1488 'movepagetext' => 'Using the form below will rename a page, moving all
1489 of its history to the new name.
1490 The old title will become a redirect page to the new title.
1491 Links to the old page title will not be changed; be sure to
1492 [[Special:Maintenance|check]] for double or broken redirects.
1493 You are responsible for making sure that links continue to
1494 point where they are supposed to go.
1495
1496 Note that the page will \'\'\'not\'\'\' be moved if there is already
1497 a page at the new title, unless it is empty or a redirect and has no
1498 past edit history. This means that you can rename a page back to where
1499 it was just renamed from if you make a mistake, and you cannot overwrite
1500 an existing page.
1501
1502 <b>WARNING!</b>
1503 This can be a drastic and unexpected change for a popular page;
1504 please be sure you understand the consequences of this before
1505 proceeding.',
1506 'movepagetalktext' => 'The associated talk page, if any, will be automatically moved along with it \'\'\'unless:\'\'\'
1507 *You are moving the page across namespaces,
1508 *A non-empty talk page already exists under the new name, or
1509 *You uncheck the box below.
1510
1511 In those cases, you will have to move or merge the page manually if desired.',
1512 'movearticle' => 'Move page',
1513 'movenologin' => 'Not logged in',
1514 'movenologintext' => "You must be a registered user and <a href=\"{{localurl:Special:Userlogin}}\">logged in</a>
1515 to move a page.",
1516 'newtitle' => 'To new title',
1517 'movepagebtn' => 'Move page',
1518 'pagemovedsub' => 'Move succeeded',
1519 'pagemovedtext' => "Page \"[[$1]]\" moved to \"[[$2]]\".",
1520 'articleexists' => 'A page of that name already exists, or the
1521 name you have chosen is not valid.
1522 Please choose another name.',
1523 'talkexists' => 'The page itself was moved successfully, but the
1524 talk page could not be moved because one already exists at the new
1525 title. Please merge them manually.',
1526 'movedto' => 'moved to',
1527 'movetalk' => 'Move "talk" page as well, if applicable.',
1528 'talkpagemoved' => 'The corresponding talk page was also moved.',
1529 'talkpagenotmoved' => 'The corresponding talk page was <strong>not</strong> moved.',
1530 '1movedto2' => "$1 moved to $2",
1531 '1movedto2_redir' => '$1 moved to $2 over redirect',
1532
1533 # Export
1534
1535 'export' => 'Export pages',
1536 'exporttext' => 'You can export the text and editing history of a particular page or
1537 set of pages wrapped in some XML. In the future, this may then be imported into another
1538 wiki running MediaWiki software, although there is no support for this feature in the
1539 current version.
1540
1541 To export article pages, enter the titles in the text box below, one title per line, and
1542 select whether you want the current version as well as all old versions, with the page
1543 history lines, or just the current version with the info about the last edit.
1544
1545 In the latter case you can also use a link, e.g. [[{{ns:Special}}:Export/Train]] for the
1546 article [[Train]].
1547 ',
1548 'exportcuronly' => 'Include only the current revision, not the full history',
1549
1550 # Namespace 8 related
1551
1552 'allmessages' => 'All system messages',
1553 'allmessagestext' => 'This is a list of all system messages available in the MediaWiki: namespace.',
1554 'allmessagesnotsupportedUI' => 'Your current interface language <b>$1</b> is not supported by Special:AllMessages at this site.',
1555 'allmessagesnotsupportedDB' => 'Special:AllMessages not supported because wgUseDatabaseMessages is off.',
1556
1557 # Thumbnails
1558
1559 'thumbnail-more' => 'Enlarge',
1560 'missingimage' => "<b>Missing image</b><br /><i>$1</i>\n",
1561 'filemissing' => 'File missing',
1562
1563 # Special:Import
1564 'import' => 'Import pages',
1565 'importtext' => 'Please export the file from the source wiki using the Special:Export utility, save it to your disk and upload it here.',
1566 'importfailed' => "Import failed: $1",
1567 'importnotext' => 'Empty or no text',
1568 'importsuccess' => 'Import succeeded!',
1569 'importhistoryconflict' => 'Conflicting history revision exists (may have imported this page before)',
1570
1571 # Keyboard access keys for power users
1572 'accesskey-search' => 'f',
1573 'accesskey-minoredit' => 'i',
1574 'accesskey-save' => 's',
1575 'accesskey-preview' => 'p',
1576 'accesskey-compareselectedversions' => 'v',
1577
1578 # tooltip help for some actions, most are in Monobook.js
1579 'tooltip-search' => 'Search this wiki [alt-f]',
1580 'tooltip-minoredit' => 'Mark this as a minor edit [alt-i]',
1581 'tooltip-save' => 'Save your changes [alt-s]',
1582 'tooltip-preview' => 'Preview your changes, please use this before saving! [alt-p]',
1583 'tooltip-compareselectedversions' => 'See the differences between the two selected versions of this page. [alt-v]',
1584
1585 # stylesheets
1586
1587 'Monobook.css' => '/* edit this file to customize the monobook skin for the entire site */',
1588 #'Monobook.js' => '/* edit this file to change js things in the monobook skin */',
1589
1590 # Metadata
1591 'nodublincore' => 'Dublin Core RDF metadata disabled for this server.',
1592 'nocreativecommons' => 'Creative Commons RDF metadata disabled for this server.',
1593 'notacceptable' => 'The wiki server can\'t provide data in a format your client can read.',
1594
1595 # Attribution
1596
1597 'anonymous' => "Anonymous user(s) of $wgSitename",
1598 'siteuser' => "$wgSitename user $1",
1599 'lastmodifiedby' => "This page was last modified $1 by $2.",
1600 'and' => 'and',
1601 'othercontribs' => "Based on work by $1.",
1602 'others' => 'others',
1603 'siteusers' => "$wgSitename user(s) $1",
1604 'creditspage' => 'Page credits',
1605 'nocredits' => 'There is no credits info available for this page.',
1606
1607 # Spam protection
1608
1609 'spamprotectiontitle' => 'Spam protection filter',
1610 'spamprotectiontext' => 'The page you wanted to save was blocked by the spam filter. This is probably caused by a link to an external site.',
1611 'spamprotectionmatch' => 'The following text is what triggered our spam filter: $1',
1612 'subcategorycount' => "There are $1 subcategories to this category.",
1613 'subcategorycount1' => "There is $1 subcategory to this category.",
1614 'categoryarticlecount' => "There are $1 articles in this category.",
1615 'categoryarticlecount1' => "There is $1 article in this category.",
1616 'usenewcategorypage' => "1\n\nSet first character to \"0\" to disable the new category page layout.",
1617 'listingcontinuesabbrev' => " cont.",
1618
1619 # Info page
1620 "infosubtitle" => "Information for page",
1621 "numedits" => "Number of edits (article): $1",
1622 "numtalkedits" => "Number of edits (discussion page): $1",
1623 "numwatchers" => "Number of watchers: $1",
1624 "numauthors" => "Number of distinct authors (article): $1",
1625 "numtalkauthors" => "Number of distinct authors (discussion page): $1",
1626
1627 # Math options
1628 'mw_math_png' => 'Always render PNG',
1629 'mw_math_simple' => 'HTML if very simple or else PNG',
1630 'mw_math_html' => 'HTML if possible or else PNG',
1631 'mw_math_source' => 'Leave it as TeX (for text browsers)',
1632 'mw_math_modern' => 'Recommended for modern browsers',
1633 'mw_math_mathml' => 'MathML if possible (experimental)',
1634
1635 # Patrolling
1636 'markaspatrolleddiff' => "Mark as patrolled",
1637 'markaspatrolledlink' => "<div class='patrollink'>[$1]</div>",
1638 'markaspatrolledtext' => "Mark this article as patrolled",
1639 'markedaspatrolled' => "Marked as patrolled",
1640 'markedaspatrolledtext' => "The selected revision has been marked as patrolled.",
1641 'rcpatroldisabled' => "Recent Changes Patrol disabled",
1642 'rcpatroldisabledtext' => "The Recent Changes Patrol feature is currently disabled.",
1643
1644 # Monobook.js: tooltips and access keys for monobook
1645 'Monobook.js' => '/* tooltips and access keys */
1646 ta = new Object();
1647 ta[\'pt-userpage\'] = new Array(\'.\',\'My user page\');
1648 ta[\'pt-anonuserpage\'] = new Array(\'.\',\'The user page for the ip you\\\'re editing as\');
1649 ta[\'pt-mytalk\'] = new Array(\'n\',\'My talk page\');
1650 ta[\'pt-anontalk\'] = new Array(\'n\',\'Discussion about edits from this ip address\');
1651 ta[\'pt-preferences\'] = new Array(\'\',\'My preferences\');
1652 ta[\'pt-watchlist\'] = new Array(\'l\',\'The list of pages you\\\'re monitoring for changes.\');
1653 ta[\'pt-mycontris\'] = new Array(\'y\',\'List of my contributions\');
1654 ta[\'pt-login\'] = new Array(\'o\',\'You are encouraged to log in, it is not mandatory however.\');
1655 ta[\'pt-anonlogin\'] = new Array(\'o\',\'You are encouraged to log in, it is not mandatory however.\');
1656 ta[\'pt-logout\'] = new Array(\'o\',\'Log out\');
1657 ta[\'ca-talk\'] = new Array(\'t\',\'Discussion about the content page\');
1658 ta[\'ca-edit\'] = new Array(\'e\',\'You can edit this page. Please use the preview button before saving.\');
1659 ta[\'ca-addsection\'] = new Array(\'+\',\'Add a comment to this discussion.\');
1660 ta[\'ca-viewsource\'] = new Array(\'e\',\'This page is protected. You can view its source.\');
1661 ta[\'ca-history\'] = new Array(\'h\',\'Past versions of this page.\');
1662 ta[\'ca-protect\'] = new Array(\'=\',\'Protect this page\');
1663 ta[\'ca-delete\'] = new Array(\'d\',\'Delete this page\');
1664 ta[\'ca-undelete\'] = new Array(\'d\',\'Restore the edits done to this page before it was deleted\');
1665 ta[\'ca-move\'] = new Array(\'m\',\'Move this page\');
1666 ta[\'ca-nomove\'] = new Array(\'\',\'You don\\\'t have the permissions to move this page\');
1667 ta[\'ca-watch\'] = new Array(\'w\',\'Add this page to your watchlist\');
1668 ta[\'ca-unwatch\'] = new Array(\'w\',\'Remove this page from your watchlist\');
1669 ta[\'search\'] = new Array(\'f\',\'Search this wiki\');
1670 ta[\'p-logo\'] = new Array(\'\',\'Main Page\');
1671 ta[\'n-mainpage\'] = new Array(\'z\',\'Visit the Main Page\');
1672 ta[\'n-portal\'] = new Array(\'\',\'About the project, what you can do, where to find things\');
1673 ta[\'n-currentevents\'] = new Array(\'\',\'Find background information on current events\');
1674 ta[\'n-recentchanges\'] = new Array(\'r\',\'The list of recent changes in the wiki.\');
1675 ta[\'n-randompage\'] = new Array(\'x\',\'Load a random page\');
1676 ta[\'n-help\'] = new Array(\'\',\'The place to find out.\');
1677 ta[\'n-sitesupport\'] = new Array(\'\',\'Support us\');
1678 ta[\'t-whatlinkshere\'] = new Array(\'j\',\'List of all wiki pages that link here\');
1679 ta[\'t-recentchangeslinked\'] = new Array(\'k\',\'Recent changes in pages linked from this page\');
1680 ta[\'feed-rss\'] = new Array(\'\',\'RSS feed for this page\');
1681 ta[\'feed-atom\'] = new Array(\'\',\'Atom feed for this page\');
1682 ta[\'t-contributions\'] = new Array(\'\',\'View the list of contributions of this user\');
1683 ta[\'t-emailuser\'] = new Array(\'\',\'Send a mail to this user\');
1684 ta[\'t-upload\'] = new Array(\'u\',\'Upload images or media files\');
1685 ta[\'t-specialpages\'] = new Array(\'q\',\'List of all special pages\');
1686 ta[\'ca-nstab-main\'] = new Array(\'c\',\'View the content page\');
1687 ta[\'ca-nstab-user\'] = new Array(\'c\',\'View the user page\');
1688 ta[\'ca-nstab-media\'] = new Array(\'c\',\'View the media page\');
1689 ta[\'ca-nstab-special\'] = new Array(\'\',\'This is a special page, you can\\\'t edit the page itself.\');
1690 ta[\'ca-nstab-wp\'] = new Array(\'a\',\'View the project page\');
1691 ta[\'ca-nstab-image\'] = new Array(\'c\',\'View the image page\');
1692 ta[\'ca-nstab-mediawiki\'] = new Array(\'c\',\'View the system message\');
1693 ta[\'ca-nstab-template\'] = new Array(\'c\',\'View the template\');
1694 ta[\'ca-nstab-help\'] = new Array(\'c\',\'View the help page\');
1695 ta[\'ca-nstab-category\'] = new Array(\'c\',\'View the category page\');
1696 ',
1697
1698 # image deletion
1699 'deletedrevision' => 'Deleted old revision $1.',
1700
1701 # browsing diffs
1702 'previousdiff' => '&larr; Go to previous diff',
1703 'nextdiff' => 'Go to next diff &rarr;',
1704
1705 'imagemaxsize' => 'Limit images on image description pages to: ',
1706 'showbigimage' => 'Download high resolution version ($1x$2, $3 KB)',
1707
1708 'newimages' => 'New images gallery',
1709 'noimages' => 'Nothing to see.',
1710
1711 'sitesettings' => 'Site Settings',
1712 'sitesettings-features' => 'Features',
1713 'sitesettings-permissions' => 'Permissions',
1714 'sitesettings-memcached' => 'Memcache Daemon',
1715 'sitesettings-debugging' => 'Debugging',
1716 'sitesettings-caching' => 'Page caching',
1717 'sitesettings-wgShowIPinHeader' => 'Show IP in header (for non-logged in users)',
1718 'sitesettings-wgUseDatabaseMessages' => 'Use database messages for user interface labels',
1719 'sitesettings-wgUseCategoryMagic' => 'Enable categories',
1720 'sitesettings-wgUseCategoryBrowser' => 'Enable experimental dmoz-like category browsing. Outputs things like: Encyclopedia > Music > Style of Music > Jazz',
1721 'sitesettings-wgHitcounterUpdateFreq' => 'Hit counter update frequency',
1722 'sitesettings-wgAllowExternalImages' => 'Allow to include external images into articles',
1723 'sitesettings-permissions-readonly' => 'Maintenance mode: Disable write access',
1724 'sitesettings-permissions-whitelist' => 'Whitelist mode',
1725 'sitesettings-permissions-banning' => 'User banning',
1726 'sitesettings-permissions-miser' => 'Performance settings',
1727 'sitesettings-wgReadOnly' => 'Readonly mode',
1728 'sitesettings-wgReadOnlyFile' => 'Readonly message file',
1729 'sitesettings-wgWhitelistEdit' => 'Users must be logged in to edit',
1730 'sitesettings-wgWhitelistRead' => 'Anonymous users may only read these pages:',
1731 'sitesettings-wgWhitelistAccount-user' => 'Users may create accounts themself',
1732 'sitesettings-wgWhitelistAccount-sysop' => 'Sysops may create accounts for users',
1733 'sitesettings-wgWhitelistAccount-developer' => 'Developers may create accounts for users',
1734 'sitesettings-wgSysopUserBans' => 'Sysops may block logged-in users',
1735 'sitesettings-wgSysopRangeBans' => 'Sysops may block IP-ranges',
1736 'sitesettings-wgDefaultBlockExpiry' => 'By default, blocks expire after:',
1737 'sitesettings-wgMiserMode' => 'Enable miser mode, which disables most "expensive" features',
1738 'sitesettings-wgDisableQueryPages' => 'When in miser mode, disable all query pages, not only "expensive" ones',
1739 'sitesettings-wgUseWatchlistCache' => 'Generate a watchlist once every hour or so',
1740 'sitesettings-wgWLCacheTimeout' => 'The hour or so mentioned above (in seconds):',
1741 'sitesettings-cookies' => 'Cookies',
1742 'sitesettings-performance' => 'Performance',
1743 'sitesettings-images' => 'Images',
1744
1745
1746 );
1747
1748 #--------------------------------------------------------------------------
1749 # Internationalisation code
1750 #--------------------------------------------------------------------------
1751
1752 class Language {
1753 function Language(){
1754 # Copies any missing values in the specified arrays from En to the current language
1755 $fillin = array( 'wgSysopSpecialPages', 'wgValidSpecialPages', 'wgDeveloperSpecialPages' );
1756 $name = get_class( $this );
1757 if( strpos( $name, 'language' ) == 0){
1758 $lang = ucfirst( substr( $name, 8 ) );
1759 foreach( $fillin as $arrname ){
1760 $langver = "{$arrname}{$lang}";
1761 $enver = "{$arrname}En";
1762 if( ! isset( $GLOBALS[$langver] ) || ! isset( $GLOBALS[$enver] ))
1763 continue;
1764 foreach($GLOBALS[$enver] as $spage => $text){
1765 if( ! isset( $GLOBALS[$langver][$spage] ) )
1766 $GLOBALS[$langver][$spage] = $text;
1767 }
1768 }
1769 }
1770 }
1771
1772 function getDefaultUserOptions () {
1773 global $wgDefaultUserOptionsEn ;
1774 return $wgDefaultUserOptionsEn ;
1775 }
1776
1777 function getBookstoreList () {
1778 global $wgBookstoreListEn ;
1779 return $wgBookstoreListEn ;
1780 }
1781
1782 function getNamespaces() {
1783 global $wgNamespaceNamesEn;
1784 return $wgNamespaceNamesEn;
1785 }
1786
1787 function getNsText( $index ) {
1788 global $wgNamespaceNamesEn;
1789 return $wgNamespaceNamesEn[$index];
1790 }
1791
1792 function getNsIndex( $text ) {
1793 global $wgNamespaceNamesEn;
1794
1795 foreach ( $wgNamespaceNamesEn as $i => $n ) {
1796 if ( 0 == strcasecmp( $n, $text ) ) { return $i; }
1797 }
1798 return false;
1799 }
1800
1801 function specialPage( $name ) {
1802 return $this->getNsText(NS_SPECIAL) . ':' . $name;
1803 }
1804
1805 function getQuickbarSettings() {
1806 global $wgQuickbarSettingsEn;
1807 return $wgQuickbarSettingsEn;
1808 }
1809
1810 function getSkinNames() {
1811 global $wgSkinNamesEn;
1812 return $wgSkinNamesEn;
1813 }
1814
1815 function getMathNames() {
1816 global $wgMathNamesEn;
1817 return $wgMathNamesEn;
1818 }
1819
1820 function getDateFormats() {
1821 global $wgDateFormatsEn;
1822 return $wgDateFormatsEn;
1823 }
1824
1825 function getValidationTypes() {
1826 global $wgValidationTypesEn;
1827 return $wgValidationTypesEn;
1828 }
1829
1830 function getUserToggles() {
1831 global $wgUserTogglesEn;
1832 return $wgUserTogglesEn;
1833 }
1834
1835 function getUserToggle( $tog ) {
1836 return wfMsg("tog-".$tog);
1837 }
1838
1839 function getLanguageNames() {
1840 global $wgLanguageNamesEn;
1841 return $wgLanguageNamesEn;
1842 }
1843
1844 function getLanguageName( $code ) {
1845 global $wgLanguageNamesEn;
1846 if ( ! array_key_exists( $code, $wgLanguageNamesEn ) ) {
1847 return "";
1848 }
1849 return $wgLanguageNamesEn[$code];
1850 }
1851
1852 function getMonthName( $key ) {
1853 global $wgMonthNamesEn, $wgContLang;
1854 if( get_class( $wgContLang ) == get_class( $this ) )
1855 return wfMsgForContent($wgMonthNamesEn[$key-1]);
1856 else
1857 return wfMsg($wgMonthNamesEn[$key-1]);
1858 }
1859
1860 /* by default we just return base form */
1861 function getMonthNameGen( $key ) {
1862 return $this->getMonthName( $key );
1863 }
1864
1865 function getMonthAbbreviation( $key ) {
1866 global $wgMonthAbbreviationsEn, $wgContLang;
1867 if( get_class( $wgContLang ) == get_class( $this ) )
1868 return wfMsgForContent(@$wgMonthAbbreviationsEn[$key-1]);
1869 else
1870 return wfMsg(@$wgMonthAbbreviationsEn[$key-1]);
1871 }
1872
1873 function getWeekdayName( $key ) {
1874 global $wgWeekdayNamesEn, $wgContLang;
1875 if( get_class( $wgContLang ) == get_class( $this ) )
1876 return wfMsgForContent($wgWeekdayNamesEn[$key-1]);
1877 else
1878 return wfMsg($wgWeekdayNamesEn[$key-1]);
1879 }
1880
1881 function userAdjust( $ts, $tz = false ) {
1882 global $wgUser, $wgLocalTZoffset;
1883
1884 if (!$tz) {
1885 $tz = $wgUser->getOption( 'timecorrection' );
1886 }
1887
1888 if ( $tz === '' ) {
1889 $hrDiff = isset( $wgLocalTZoffset ) ? $wgLocalTZoffset : 0;
1890 $minDiff = 0;
1891 } elseif ( strpos( $tz, ':' ) !== false ) {
1892 $tzArray = explode( ':', $tz );
1893 $hrDiff = intval($tzArray[0]);
1894 $minDiff = intval($hrDiff < 0 ? -$tzArray[1] : $tzArray[1]);
1895 } else {
1896 $hrDiff = intval( $tz );
1897 }
1898 if ( 0 == $hrDiff && 0 == $minDiff ) { return $ts; }
1899
1900 $t = mktime( (
1901 (int)substr( $ts, 8, 2) ) + $hrDiff, # Hours
1902 (int)substr( $ts, 10, 2 ) + $minDiff, # Minutes
1903 (int)substr( $ts, 12, 2 ), # Seconds
1904 (int)substr( $ts, 4, 2 ), # Month
1905 (int)substr( $ts, 6, 2 ), # Day
1906 (int)substr( $ts, 0, 4 ) ); #Year
1907 return date( 'YmdHis', $t );
1908 }
1909
1910 function date( $ts, $adj = false, $format = MW_DATE_USER_FORMAT, $timecorrection = false ) {
1911 global $wgAmericanDates, $wgUser, $wgUseDynamicDates;
1912
1913 $ts=wfTimestamp(TS_MW,$ts);
1914
1915 if ( $adj ) { $ts = $this->userAdjust( $ts, $timecorrection ); }
1916
1917 if ( $wgUseDynamicDates ) {
1918 if ( $format == MW_DATE_USER_FORMAT ) {
1919 $datePreference = $wgUser->getOption( 'date' );
1920 } else {
1921 $options = $this->getDefaultUserOptions();
1922 $datePreference = $options['date'];
1923 }
1924 if ( $datePreference == 0 ) {
1925 $datePreference = $wgAmericanDates ? 1 : 2;
1926 }
1927 } else {
1928 $datePreference = $wgAmericanDates ? 1 : 2;
1929 }
1930
1931 $month = $this->getMonthAbbreviation( substr( $ts, 4, 2 ) );
1932 $day = $this->formatNum( 0 + substr( $ts, 6, 2 ) );
1933 $year = $this->formatNum( substr( $ts, 0, 4 ) );
1934
1935 switch( $datePreference ) {
1936 case 1: return "$month $day, $year";
1937 case 2: return "$day $month $year";
1938 default: return "$year $month $day";
1939 }
1940 }
1941
1942 function time( $ts, $adj = false, $seconds = false, $timecorrection = false ) {
1943 $ts=wfTimestamp(TS_MW,$ts);
1944
1945 if ( $adj ) { $ts = $this->userAdjust( $ts, $timecorrection ); }
1946
1947 $t = substr( $ts, 8, 2 ) . ':' . substr( $ts, 10, 2 );
1948 if ( $seconds ) {
1949 $t .= ':' . substr( $ts, 12, 2 );
1950 }
1951 return $this->formatNum( $t );
1952 }
1953
1954 function timeanddate( $ts, $adj = false, $format = MW_DATE_USER_FORMAT, $timecorrection = false, $dateandtime = false) {
1955 $ts=wfTimestamp(TS_MW,$ts);
1956 if ($dateandtime) {
1957 $ret = $this->date( $ts, $adj, $format, $timecorrection ) . ', ' . $this->time( $ts, $adj, false, $timecorrection );
1958 } else {
1959 $ret = $this->time( $ts, $adj, false, $timecorrection ) . ', ' . $this->date( $ts, $adj, $format, $timecorrection );
1960 }
1961 return $ret;
1962 }
1963
1964 function rfc1123( $ts ) {
1965 return date( 'D, d M Y H:i:s T', $ts );
1966 }
1967
1968 function getValidSpecialPages() {
1969 global $wgValidSpecialPagesEn;
1970 return $wgValidSpecialPagesEn;
1971 }
1972
1973 function getSysopSpecialPages() {
1974 global $wgSysopSpecialPagesEn;
1975 return $wgSysopSpecialPagesEn;
1976 }
1977
1978 function getDeveloperSpecialPages() {
1979 global $wgDeveloperSpecialPagesEn;
1980 return $wgDeveloperSpecialPagesEn;
1981 }
1982
1983 function getMessage( $key ) {
1984 global $wgAllMessagesEn;
1985 return @$wgAllMessagesEn[$key];
1986 }
1987
1988 function getAllMessages() {
1989 global $wgAllMessagesEn;
1990 return $wgAllMessagesEn;
1991 }
1992
1993 function iconv( $in, $out, $string ) {
1994 # For most languages, this is a wrapper for iconv
1995 return iconv( $in, $out, $string );
1996 }
1997
1998 function ucfirst( $string ) {
1999 # For most languages, this is a wrapper for ucfirst()
2000 return ucfirst( $string );
2001 }
2002
2003 function lcfirst( $s ) {
2004 return strtolower( $s{0} ). substr( $s, 1 );
2005 }
2006
2007 function checkTitleEncoding( $s ) {
2008 global $wgInputEncoding;
2009
2010 # Check for UTF-8 URLs; Internet Explorer produces these if you
2011 # type non-ASCII chars in the URL bar or follow unescaped links.
2012 $ishigh = preg_match( '/[\x80-\xff]/', $s);
2013 $isutf = ($ishigh ? preg_match( '/^([\x00-\x7f]|[\xc0-\xdf][\x80-\xbf]|' .
2014 '[\xe0-\xef][\x80-\xbf]{2}|[\xf0-\xf7][\x80-\xbf]{3})+$/', $s ) : true );
2015
2016 if( ($wgInputEncoding != 'utf-8') and $ishigh and $isutf )
2017 return @iconv( 'UTF-8', $wgInputEncoding, $s );
2018
2019 if( ($wgInputEncoding == 'utf-8') and $ishigh and !$isutf )
2020 return utf8_encode( $s );
2021
2022 # Other languages can safely leave this function, or replace
2023 # it with one to detect and convert another legacy encoding.
2024 return $s;
2025 }
2026
2027 function stripForSearch( $in ) {
2028 # Some languages have special punctuation to strip out
2029 # or characters which need to be converted for MySQL's
2030 # indexing to grok it correctly. Make such changes here.
2031 return strtolower( $in );
2032 }
2033
2034 function convertForSearchResult( $termsArray ) {
2035 # some languages, e.g. Chinese, need to do a conversion
2036 # in order for search results to be displayed correctly
2037 return $termsArray;
2038 }
2039
2040 function firstChar( $s ) {
2041 # Get the first character of a string. In ASCII, return
2042 # first byte of the string. UTF8 and others have to
2043 # overload this.
2044 return $s[0];
2045 }
2046
2047 function setAltEncoding() {
2048 # Some languages may have an alternate char encoding option
2049 # (Esperanto X-coding, Japanese furigana conversion, etc)
2050 # If 'altencoding' is checked in user prefs, this gives a
2051 # chance to swap out the default encoding settings.
2052 #global $wgInputEncoding, $wgOutputEncoding, $wgEditEncoding;
2053 }
2054
2055 function recodeForEdit( $s ) {
2056 # For some languages we'll want to explicitly specify
2057 # which characters make it into the edit box raw
2058 # or are converted in some way or another.
2059 # Note that if wgOutputEncoding is different from
2060 # wgInputEncoding, this text will be further converted
2061 # to wgOutputEncoding.
2062 global $wgInputEncoding, $wgEditEncoding;
2063 if( $wgEditEncoding == '' or
2064 $wgEditEncoding == $wgInputEncoding ) {
2065 return $s;
2066 } else {
2067 return $this->iconv( $wgInputEncoding, $wgEditEncoding, $s );
2068 }
2069 }
2070
2071 function recodeInput( $s ) {
2072 # Take the previous into account.
2073 global $wgInputEncoding, $wgOutputEncoding, $wgEditEncoding;
2074 if($wgEditEncoding != "") {
2075 $enc = $wgEditEncoding;
2076 } else {
2077 $enc = $wgOutputEncoding;
2078 }
2079 if( $enc == $wgInputEncoding ) {
2080 return $s;
2081 } else {
2082 return $this->iconv( $enc, $wgInputEncoding, $s );
2083 }
2084 }
2085
2086 # For right-to-left language support
2087 function isRTL() { return false; }
2088
2089 # To allow "foo[[bar]]" to extend the link over the whole word "foobar"
2090 function linkPrefixExtension() { return false; }
2091
2092
2093 function &getMagicWords() {
2094 global $wgMagicWordsEn;
2095 return $wgMagicWordsEn;
2096 }
2097
2098 # Fill a MagicWord object with data from here
2099 function getMagic( &$mw ) {
2100 $raw =& $this->getMagicWords();
2101 if( !isset( $raw[$mw->mId] ) ) {
2102 # Fall back to English if local list is incomplete
2103 $raw =& Language::getMagicWords();
2104 }
2105 $rawEntry = $raw[$mw->mId];
2106 $mw->mCaseSensitive = $rawEntry[0];
2107 $mw->mSynonyms = array_slice( $rawEntry, 1 );
2108 }
2109
2110 # Italic is unsuitable for some languages
2111 function emphasize( $text ) {
2112 return '<em>'.$text.'</em>';
2113 }
2114
2115
2116 # Normally we use the plain ASCII digits. Some languages such as Arabic will
2117 # want to output numbers using script-appropriate characters: override this
2118 # function with a translator. See LanguageAr.php for an example.
2119 function formatNum( $number ) {
2120 return $number;
2121 }
2122
2123 function listToText( $l ) {
2124 $s = '';
2125 $m = count($l) - 1;
2126 for ($i = $m; $i >= 0; $i--) {
2127 if ($i == $m) {
2128 $s = $l[$i];
2129 } else if ($i == $m - 1) {
2130 $s = $l[$i] . ' ' . $this->getMessage('and') . ' ' . $s;
2131 } else {
2132 $s = $l[$i] . ', ' . $s;
2133 }
2134 }
2135 return $s;
2136 }
2137
2138 # Crop a string from the beginning or end to a certain number of bytes.
2139 # (Bytes are used because our storage has limited byte lengths for some
2140 # columns in the database.) Multibyte charsets will need to make sure that
2141 # only whole characters are included!
2142 #
2143 # $length does not include the optional ellipsis.
2144 # If $length is negative, snip from the beginning
2145 function truncate( $string, $length, $ellipsis = '' ) {
2146 if( $length == 0 ) {
2147 return $ellipsis;
2148 }
2149 if ( strlen( $string ) <= abs( $length ) ) {
2150 return $string;
2151 }
2152 if( $length > 0 ) {
2153 $string = substr( $string, 0, $length );
2154 return $string . $ellipsis;
2155 } else {
2156 $string = substr( $string, $length );
2157 return $ellipsis . $string;
2158 }
2159 }
2160
2161 # Grammatical transformations, needed for inflected languages
2162 # Invoked by putting {{grammar:case|word}} in a message
2163 function convertGrammar( $word, $case ) {
2164 return $word;
2165 }
2166
2167 # languages like Chinese need to be segmented in order for the diff
2168 # to be of any use
2169 function segmentForDiff( $text ) {
2170 return $text;
2171 }
2172 # and unsegment to show the result
2173 function unsegmentForDiff( $text ) {
2174 return $text;
2175 }
2176
2177 # convert text to different variants of a language. the automatic
2178 # conversion is done in autoConvert(). here we parse the text
2179 # marked with -{}-, which specifies special conversions of the
2180 # text that can not be accomplished in autoConvert()
2181 #
2182 # syntax of the markup:
2183 # -{code1:text1;code2:text2;...}- or
2184 # -{text}- in which case no conversion should take place for text
2185 function convert( $text , $isTitle=false) {
2186 global $wgDisableLangConversion;
2187 if($wgDisableLangConversion)
2188 return $text;
2189 if(sizeof($this->getVariants())<2)
2190 return $text;
2191
2192 if($isTitle)
2193 return $this->convertTitle($text);
2194
2195 // no conversion if redirecting
2196 if(substr($text,0,9) == "#REDIRECT") {
2197 return $text;
2198 }
2199
2200
2201 $plang = $this->getPreferredVariant();
2202 $fallback = $this->getVariantFallback($plang);
2203
2204 $tarray = explode("-{", $text);
2205 $tfirst = array_shift($tarray);
2206 $text = $this->autoConvert($tfirst);
2207
2208 foreach($tarray as $txt) {
2209 $marked = explode("}-", $txt);
2210
2211 $choice = explode(";", $marked{0});
2212 if(!array_key_exists(1, $choice)) {
2213 /* a single choice */
2214 $text .= $choice{0};
2215 } else {
2216 $choice1=false;
2217 $choice2=false;
2218 foreach($choice as $c) {
2219 $v = explode(":", $c);
2220 if(!array_key_exists(1, $v)) {
2221 //syntax error in the markup, give up
2222 break;
2223 }
2224 $code = trim($v{0});
2225 $content = trim($v{1});
2226 if($code == $plang) {
2227 $choice1 = $content;
2228 break;
2229 }
2230 if($code == $fallback)
2231 $choice2 = $content;
2232 }
2233 if ( $choice1 )
2234 $text .= $choice1;
2235 elseif ( $choice2 )
2236 $text .= $choice2;
2237 else
2238 $text .= $marked{0};
2239 }
2240 if(array_key_exists(1, $marked))
2241 $text .= $this->autoConvert($marked{1});
2242 }
2243
2244 return $text;
2245 }
2246
2247 /* this does the real conversion to the preferred variant.
2248 see LanguageZh.php for example
2249 */
2250 function autoConvert( $text, $toVariant=false ) {
2251 return $text;
2252 }
2253
2254 /* returns all possible variants of the given text
2255
2256 normally we will just call autoConvert() for each variant, but
2257 in case of zh where the conversion is performed by zhdaemon,
2258 possibily over the network, we want to
2259 cut down the number of connections to save time.
2260 */
2261 function autoConvertToAllVariants($text) {
2262 $ret = array();
2263 $variants = $this->getVariants();
2264 if(sizeof($variants)==1) {
2265 return $false;
2266 }
2267 foreach( $variants as $lang=>$v ) {
2268 $ret[$v] = $this->autoConvert( $text, $v );
2269 }
2270 return $ret;
2271 }
2272
2273 /* hook for converting the title, which may needs special treatment
2274 */
2275 function convertTitle( $text ) {
2276 return $text;
2277 }
2278
2279 # returns a list of language variants for conversion.
2280 # right now mainly used in the Chinese conversion
2281 function getVariants() {
2282 $lang = strtolower( substr( get_class( $this ), 8 ) );
2283 return array( $lang );
2284 }
2285
2286 # in case some variant is not defined in the markup, we need
2287 # to have some fallback. for example, in zh, normally people
2288 # will define zh-cn and zh-tw, but less so for zh-sg or zh-hk.
2289 # when zh-sg is preferred but not defined, we will pick zh-cn
2290 # in this case. right now this is only used by zh.
2291 function getVariantFallback( $v ) {
2292 return false;
2293 }
2294
2295 function getPreferredVariant() {
2296 global $wgUser;
2297
2298 $lang ='';
2299
2300 // if user logged in, get in from user's preference
2301 if( $wgUser->getID() != 0 ) {
2302 $lang = $wgUser->getOption( 'variant' );
2303 }
2304 if($lang != '')
2305 return $lang;
2306
2307 // if we have multiple variants for this langauge,
2308 // pick the first one that's not utf8 (it could be
2309 // utf8 if the language does not have a language file)
2310 $v = $this->getVariants();
2311 if( !empty( $v ) ) {
2312 return $v[0];
2313 }
2314 if($lang != '')
2315 return $lang;
2316
2317 // get it from the class name
2318 $lang = strtolower( substr( get_class( $this ), 8 ) );
2319
2320 return $lang;
2321 }
2322
2323 /* if a language supports multiple variants, it is
2324 possible that non-existing link in one variant
2325 actually exists in another variant. this function
2326 tries to find it.
2327
2328 */
2329 function findVariantLink( &$link, &$nt ) {
2330 static $count=0; //used to limit this operation
2331 static $cache=array();
2332 global $wgDisableLangConversion;
2333 $count++;
2334 if( $wgDisableLangConversion || $count > 50)
2335 return;
2336 $variants = $this->autoConvertToAllVariants($link);
2337 if($variants == false) //give up
2338 return;
2339 foreach( $variants as $v ) {
2340 if(isset($cache[$v]))
2341 continue;
2342 $cache[$v] = 1;
2343 $varnt = Title::newFromText( $v );
2344 if( $varnt && $varnt->getArticleID() > 0 ) {
2345 $nt = $varnt;
2346 $link = $v;
2347 break;
2348 }
2349 }
2350 }
2351
2352 /*
2353 returns an array of extra options used by User::getPageRenderHash()
2354 */
2355 function getExtraHashOptions() {
2356 return array();
2357 }
2358
2359 /**
2360 * A regular expression to match legal word-trailing characters
2361 * which should be merged onto a link of the form [[foo]]bar.
2362 * FIXME
2363 *
2364 * @return string
2365 * @access public
2366 */
2367 function linkTrail() {
2368 $trail = $this->getMessage( 'linktrail' );
2369 if( empty( $trail ) ) $trail = Language::linkTrail();
2370 return $trail;
2371 }
2372
2373 }
2374
2375 # This should fail gracefully if there's not a localization available
2376 wfSuppressWarnings();
2377 include_once( 'Language' . str_replace( '-', '_', ucfirst( $wgLanguageCode ) ) . '.php' );
2378 wfRestoreWarnings();
2379
2380 }
2381 ?>